pythonmod_env Struct Reference

Global state for the module. More...

Data Fields

const char * fname
 Python script filename.
 
PyObject *PyObject * func_init
 Python module.
 
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

◆ func_init

PyObject* PyObject* pythonmod_env::func_init

Python module.

Module init function

Referenced by pythonmod_deinit(), and pythonmod_init().


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