unbound 0.1
Data Fields
pythonmod_env Struct Reference

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_qstateqstate
 Module qstate.

Detailed Description

Global state for the module.


Field Documentation

const char* pythonmod_env::fname

Python script filename.

Referenced by pythonmod_deinit(), and pythonmod_init().

Python module.

Referenced by pythonmod_deinit(), and pythonmod_init().

Python dictionary.

Referenced by pythonmod_init().

Module data.

Referenced by pythonmod_deinit(), and pythonmod_init().

Module qstate.


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