CompiledModule#
- class brainevent.CompiledModule(so_path, function_names)[source]#
A compiled module loaded from a shared library.
Each function listed at compilation time has a corresponding
extern "C"symbolbe_<name>in the.so. These are loaded via ctypes and wrapped for use with the JAX FFI system.- Parameters: