Python class for redirection of stdout to FreeCAD's output console window.
More...
#include <PythonConsolePy.h>
Python class for redirection of stdout to FreeCAD's output console window.
This allows to report all Python output to the output window which simplifies debugging scripts.
- See also
- PythonStdout
-
PythonStderr
- Author
- Werner Mayer
◆ OutputStdout()
OutputStdout::OutputStdout |
( |
| ) |
|
◆ ~OutputStdout()
OutputStdout::~OutputStdout |
( |
| ) |
|
◆ flush()
Py::Object OutputStdout::flush |
( |
const Py::Tuple & |
| ) |
|
◆ getattr()
Py::Object OutputStdout::getattr |
( |
const char * |
name | ) |
|
◆ init_type()
void OutputStdout::init_type |
( |
void |
| ) |
|
|
static |
◆ isatty()
Py::Object OutputStdout::isatty |
( |
| ) |
|
◆ repr()
Py::Object OutputStdout::repr |
( |
| ) |
|
◆ write()
Py::Object OutputStdout::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