|
|
|
Function Documentation
| def ffi.FFIExternalObject.FFIInstance |
( |
|
classdef, |
|
|
|
this = 0, |
|
|
|
userManagesMemory = 0 |
|
) |
| |
| def ffi.FFIExternalObject.funcToMethod |
( |
|
func, |
|
|
|
clas, |
|
|
|
method_name = None |
|
) |
| |
Adds func to class so it is an accessible method; use method_name to specify the name to be used for calling the method.
The new method is accessible to any instance immediately.
| def ffi.FFIExternalObject.registerInTypeMap |
( |
|
pythonClass | ) |
|
Variable Documentation
| | |