Belle II Software development
|
Proxy class to register python modules (the things you can 'import'). More...
#include <RegisterPythonModule.h>
Public Member Functions | |
BoostPythonModuleProxy (const char *name, PyObject *(*initFunc)(), bool auto_import=false) | |
Don't construct this object yourself, use the REGISTER_PYTHON_MODULE macro instead. | |
Proxy class to register python modules (the things you can 'import').
Definition at line 21 of file RegisterPythonModule.h.
BoostPythonModuleProxy | ( | const char * | name, |
PyObject *(*)() | initFunc, | ||
bool | auto_import = false |
||
) |
Don't construct this object yourself, use the REGISTER_PYTHON_MODULE macro instead.
Definition at line 18 of file RegisterPythonModule.cc.