#include <PythonDebugger.h>
Public Member Functions | |
Py::Object | excepthook (const Py::Tuple &) |
PythonDebugExcept () | |
Py::Object | repr () |
~PythonDebugExcept () | |
Static Public Member Functions | |
static void | init_type (void) |
Definition at line 145 of file PythonDebugger.h.
PythonDebugExcept::PythonDebugExcept | ( | ) |
Definition at line 266 of file PythonDebugger.cpp.
PythonDebugExcept::~PythonDebugExcept | ( | ) |
Definition at line 270 of file PythonDebugger.cpp.
Py::Object PythonDebugExcept::excepthook | ( | const Py::Tuple & | args | ) |
Definition at line 282 of file PythonDebugger.cpp.
References Sketcher::None, Py::Object::ptr(), and Py::value().
Referenced by init_type().
void PythonDebugExcept::init_type | ( | void | ) | [static] |
Definition at line 257 of file PythonDebugger.cpp.
References Py::PythonExtension< PythonDebugExcept >::add_varargs_method(), Py::PythonExtension< PythonDebugExcept >::behaviors(), and excepthook().
Referenced by Gui::PythonDebugModule::init_module().
Py::Object PythonDebugExcept::repr | ( | ) | [virtual] |
Reimplemented from Py::PythonExtensionBase.
Definition at line 274 of file PythonDebugger.cpp.