| IDAPython 8.4
    | 
 
 | Public Member Functions | |
| __init__ (self, ctxptr) | |
| __call__ (self, args, res) | |
| Public Attributes | |
| ctxptr = ctxptr | |
| cb = _IDCFUNC_CB_T(self) | |
| Properties | |
| fp_ptr = property(lambda self: ctypes.cast(self.cb, ctypes.c_void_p).value) | |
Internal class that calls pyw_call_idc_func() with a context
| __init__ | ( | self, | |
| ctxptr ) | 
| __call__ | ( | self, | |
| args, | |||
| res ) | 
| cb = _IDCFUNC_CB_T(self) | 
| ctxptr = ctxptr | 
| 
 | static |