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
PythonModule::PythonModule | ( | PythonInterpreter * | interpreter | ) |
Constructor.
- Parameters:
-
interpreter The PythonInterpreter instance used to create this PythonModule.
Definition at line 50 of file pythonmodule.cpp.
PythonModule::~PythonModule | ( | ) | [virtual] |
Member Function Documentation
Py::Dict PythonModule::getDict | ( | ) |
The documentation for this class was generated from the following files: