Python class for redirection of stdout to FreeCAD's Python console window.
More...
#include <PythonConsolePy.h>
Python class for redirection of stdout to FreeCAD's Python console window.
This allows to show all Python messages in the same window where the commands are performed.
- See also
- PythonStderr
-
PythonConsole
- Author
- Werner Mayer
◆ PythonStdout()
◆ ~PythonStdout()
PythonStdout::~PythonStdout |
( |
| ) |
|
◆ flush()
Py::Object PythonStdout::flush |
( |
const Py::Tuple & |
| ) |
|
◆ getattr()
Py::Object PythonStdout::getattr |
( |
const char * |
name | ) |
|
◆ init_type()
void PythonStdout::init_type |
( |
void |
| ) |
|
|
static |
◆ isatty()
Py::Object PythonStdout::isatty |
( |
| ) |
|
◆ repr()
Py::Object PythonStdout::repr |
( |
| ) |
|
◆ write()
Py::Object PythonStdout::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