Library of Assembled Shared Sources
|
#include <pyobject_plus.h>
Static Public Member Functions | |
static void | _lassPyClassRegisterHook () |
This function can be used to execute some code at injection time. | |
Base class for pythonable objects.
Definition at line 154 of file pyobject_plus.h.
|
static |
This function can be used to execute some code at injection time.
By default it doens't do anything, but you can override it for any type. Be aware that the top level implementation is the only one that counts. Consider it as a 'virtual' function at static level
Definition at line 65 of file pyobject_plus.cpp.