unbound 0.1
|
Global state for the module. More...
Data Fields | |
const char * | fname |
Python script filename. | |
PyThreadState * | mainthr |
Python main thread. | |
PyObject * | module |
Python module. | |
PyObject * | func_init |
Module init function. | |
PyObject * | func_deinit |
Module deinit function. | |
PyObject * | func_operate |
Module operate function. | |
PyObject * | func_inform |
Module super_inform function. | |
PyObject * | dict |
Python dictionary. | |
PyObject * | data |
Module data. | |
struct module_qstate * | qstate |
Module qstate. |
Global state for the module.
const char* pythonmod_env::fname |
Python script filename.
Referenced by pythonmod_deinit(), and pythonmod_init().
PyObject* pythonmod_env::module |
Python module.
Referenced by pythonmod_deinit(), and pythonmod_init().
PyObject* pythonmod_env::dict |
Python dictionary.
Referenced by pythonmod_init().
PyObject* pythonmod_env::data |
Module data.
Referenced by pythonmod_deinit(), and pythonmod_init().
struct module_qstate* pythonmod_env::qstate |
Module qstate.