#include <PythonDebugger.h>
Public Member Functions | |
| PythonDebugModule () | |
| virtual | ~PythonDebugModule () |
Static Public Member Functions | |
| static void | init_module (void) |
Definition at line 96 of file PythonDebugger.h.
| PythonDebugModule::PythonDebugModule | ( | ) |
Definition at line 111 of file PythonDebugger.cpp.
References Py::ExtensionModule< PythonDebugModule >::add_varargs_method(), Py::asObject(), Py::ExtensionModule< PythonDebugModule >::initialize(), and Py::ExtensionModuleBase::moduleDictionary().
Referenced by init_module().
| PythonDebugModule::~PythonDebugModule | ( | ) | [virtual] |
Definition at line 132 of file PythonDebugger.cpp.
| void PythonDebugModule::init_module | ( | void | ) | [static] |
Definition at line 102 of file PythonDebugger.cpp.
References Gui::PythonDebugExcept::init_type(), Gui::PythonDebugStderr::init_type(), Gui::PythonDebugStdout::init_type(), and PythonDebugModule().
Referenced by Gui::Application::Application().
1.6.1