#include <PythonDebugger.h>
Public Member Functions | |
| PythonDebugStderr () | |
| Py::Object | repr () |
| Py::Object | write (const Py::Tuple &) |
| ~PythonDebugStderr () | |
Static Public Member Functions | |
| static void | init_type (void) |
Definition at line 130 of file PythonDebugger.h.
| PythonDebugStderr::PythonDebugStderr | ( | ) |
Definition at line 219 of file PythonDebugger.cpp.
| PythonDebugStderr::~PythonDebugStderr | ( | ) |
Definition at line 223 of file PythonDebugger.cpp.
| void PythonDebugStderr::init_type | ( | void | ) | [static] |
Definition at line 210 of file PythonDebugger.cpp.
References Py::PythonExtension< PythonDebugStderr >::add_varargs_method(), Py::PythonExtension< PythonDebugStderr >::behaviors(), and write().
Referenced by Gui::PythonDebugModule::init_module().
| Py::Object PythonDebugStderr::repr | ( | ) | [virtual] |
Reimplemented from Py::PythonExtensionBase.
Definition at line 227 of file PythonDebugger.cpp.
| Py::Object PythonDebugStderr::write | ( | const Py::Tuple & | args | ) |
Definition at line 235 of file PythonDebugger.cpp.
References draftTools::msg(), Sketcher::None, and Py::Object::ptr().
Referenced by init_type().
1.6.1