Custom stdout handler.
More...
|
| def | __init__ (self, old_stdout, old_stderr, useold) |
| |
| def | write (self, value) |
| |
|
|
| output |
| |
|
| useold |
| |
|
| old_stdout |
| |
|
| old_stderr |
| |
§ __init__()
| def TkConsole.Logger.__init__ |
( |
|
self, |
|
|
|
old_stdout, |
|
|
|
old_stderr, |
|
|
|
useold |
|
) |
| |
Initializes the Logger object
Extends StringIO in order to capture stdout and stderr
@param old_stdout
@param old_stderr
@param useold
§ write()
| def TkConsole.Logger.write |
( |
|
self, |
|
|
|
value |
|
) |
| |
capture and reverse console output
The documentation for this class was generated from the following file: