SAE Teensy ECU
IIT SAE Microcontroller programming
|
Text wrapper to capture stdout. More...
Public Member Functions | |
__init__ (self, func, IO[bytes] buffer, str encoding=..., Optional[str] errors=..., Optional[str] newline=..., bool line_buffering=..., bool write_through=...) | |
None | write (self, s) |
io.TextIOWrapper | get_original (self) |
Get the original Text Wrapper. | |
Public Attributes | |
func | |
Text wrapper to capture stdout.
Definition at line 22 of file progress_bar.py.
script.progress_bar.ProgressBar.TextIO.__init__ | ( | self, | |
func, | |||
IO[bytes] | buffer, | ||
str | encoding = ... , |
||
Optional[str] | errors = ... , |
||
Optional[str] | newline = ... , |
||
bool | line_buffering = ... , |
||
bool | write_through = ... |
||
) |
Definition at line 25 of file progress_bar.py.
io.TextIOWrapper script.progress_bar.ProgressBar.TextIO.get_original | ( | self | ) |
Get the original Text Wrapper.
Returns: io.TextIOWrapper: Original TextIOWrapper
Definition at line 41 of file progress_bar.py.
None script.progress_bar.ProgressBar.TextIO.write | ( | self, | |
s | |||
) |
Definition at line 38 of file progress_bar.py.
script.progress_bar.ProgressBar.TextIO.func |
Definition at line 36 of file progress_bar.py.