SharedLibraryFunction
An object that provides a way to call into a shared library function
Properties and Methods
InDir: type
__init__(self, shared_library, function, signature, call_directory=None, docstring=None):
shared_library:str |the path to the shared library file you want to use
function_name:str | callablethe name of the function
call_signature:ArgumentSignaturethe call signature of the function
call_directory:strthe directory for calling
docstring:strthe docstring for the function
@property
lib(self):
initialize(self):
call_single(self, **kwargs):
Calls the function on a single set of coordinates
kwargs:AnyNo description…
:returns:_No description…
Examples
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings