DynamicFFIFunction

Specialization of base SharedLibraryFunction to call through the DynamicLibrary module instead of ctypes

LibFFIMethodData: LibFFIMethodData

 

__init__(self, shared_library, signature, defaults=None, docstring=None, call_directory=None, return_handler=None, prep_args=None): 

 

initialize(self): 

 

@property
function_data(self): 

 

__call__(self, *args, debug=False, threading_vars=None, threading_mode=None, **kwargs): 

Feedback

Examples

Templates

Documentation