lib
Kross::Python::PythonModule Class Reference
#include <pythonmodule.h>
Detailed Description
The PythonModule is the __main__ python environment used as global object namespace.The module also spends access to the whole Kross functionality and manages all the PythonExtension modules.
Definition at line 44 of file pythonmodule.h.
Public Member Functions | |
PythonModule (PythonInterpreter *interpreter) | |
virtual | ~PythonModule () |
Py::Dict | getDict () |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 51 of file pythonmodule.cpp. |
|
Destructor.
Definition at line 66 of file pythonmodule.cpp. |
Member Function Documentation
|
Definition at line 75 of file pythonmodule.cpp. |
The documentation for this class was generated from the following files: