unbound  0.1
Data Fields
pythonmod_env Struct Reference

Global state for the module. More...

Data Fields

const char * fname
 Python script filename. More...
 
PyThreadState * mainthr
 Python main thread.
 
PyObject * module
 Python module. More...
 
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. More...
 
PyObject * data
 Module data. More...
 
struct module_qstateqstate
 Module qstate. More...
 

Detailed Description

Global state for the module.

Field Documentation

◆ fname

const char* pythonmod_env::fname

Python script filename.

Referenced by pythonmod_deinit(), and pythonmod_init().

◆ module

PyObject* pythonmod_env::module

Python module.

Referenced by pythonmod_deinit(), and pythonmod_init().

◆ dict

PyObject* pythonmod_env::dict

Python dictionary.

Referenced by pythonmod_init().

◆ data

PyObject* pythonmod_env::data

Module data.

Referenced by pythonmod_deinit(), and pythonmod_init().

◆ qstate

struct module_qstate* pythonmod_env::qstate

Module qstate.

Referenced by pythonmod_inform_super().


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