bundles / scipy 1.17.1 / scipy / _lib / _ccallback / LowLevelCallable / from_cython
classmethod
scipy._lib._ccallback:LowLevelCallable.from_cython
source: /scipy/_lib/_ccallback.py :128
Summary
Create a low-level callback function from an exported Cython function.
Parameters
module: moduleCython module where the exported function resides
name: strName of the exported function
user_data: {PyCapsule, ctypes void pointer, cffi void pointer}, optionalUser data to pass on to the callback function.
signature: str, optionalSignature of the function. If omitted, determined from function.
Aliases
-
scipy.LowLevelCallable.from_cython