FFIMethod

Represents a C++ method callable through the plzffi interface

 

__init__(self, name=None, arguments=None, rtype=None, vectorized=None, module=None): 

 

bind_module(self, mod): 

 

@property
arg_names(self): 

 

collect_args_from_list(arg_list, *args, excluded_args=None, **kwargs): 

 

collect_args(self, *args, excluded_args=None, **kwargs): 

 

from_signature(sig, module=None): 

 

call(self, *args, debug=False, **kwargs): 

 

call_threaded(self, *args, threading_var=None, threading_mode='serial', debug=False, **kwargs): 

 

__call__(self, *args, threading_var=None, threading_mode='serial', debug=False, **kwargs): 

 

__repr__(self): 

Feedback

Examples

Templates

Documentation