![]() |
Fledge
An open source edge computing platform for industrial users
|
This class represents the loaded Python module with interpreter initialisation flag. More...
#include <python_plugin_common_interface.h>
Public Member Functions | |
| PythonModule (PyObject *module, bool init, string name, string type, PyThreadState *state) | |
| void | setCategoryName (string category) |
| string & | getCategoryName () |
Public Attributes | |
| PyObject * | m_module |
| bool | m_init |
| string | m_name |
| string | m_type |
| PyThreadState * | m_tState |
| string | m_categoryName |
This class represents the loaded Python module with interpreter initialisation flag.
That flag is checked in PluginInterfaceCleanup before removing Python interpreter.