lib

Kross::Python::PythonModule Class Reference

#include <pythonmodule.h>

List of all members.


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 51 of file pythonmodule.cpp.

PythonModule::~PythonModule (  )  [virtual]

Destructor.

Definition at line 66 of file pythonmodule.cpp.


Member Function Documentation

Py::Dict PythonModule::getDict (  ) 

Returns:
the dictonary this PythonModule has.

Definition at line 75 of file pythonmodule.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys