Python class for redirection of stderr to FreeCAD's output console window.
More...
#include <PythonConsolePy.h>
Python class for redirection of stderr to FreeCAD's output console window.
This allows to report all Python errors to the output window which simplifies error tracking.
- See also
- PythonStdout
-
PythonStderr
- Author
- Werner Mayer
◆ OutputStderr()
OutputStderr::OutputStderr |
( |
| ) |
|
◆ ~OutputStderr()
OutputStderr::~OutputStderr |
( |
| ) |
|
◆ flush()
Py::Object OutputStderr::flush |
( |
const Py::Tuple & |
| ) |
|
◆ getattr()
Py::Object OutputStderr::getattr |
( |
const char * |
name | ) |
|
◆ init_type()
void OutputStderr::init_type |
( |
void |
| ) |
|
|
static |
◆ isatty()
Py::Object OutputStderr::isatty |
( |
| ) |
|
◆ repr()
Py::Object OutputStderr::repr |
( |
| ) |
|
◆ write()
Py::Object OutputStderr::write |
( |
const Py::Tuple & |
args | ) |
|
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/PythonConsolePy.h
- FreeCAD/src/Gui/PythonConsolePy.cpp