pythonmod_env Struct Reference

Global state for the module. More...

Data Fields

const char * fname
 Python script filename.
 
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_qstateqstate
 Module qstate.
 

Detailed Description

Global state for the module.


The documentation for this struct was generated from the following file: