SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
script.progress_bar.ProgressBar.TextIO Class Reference

Text wrapper to capture stdout. More...

Inheritance diagram for script.progress_bar.ProgressBar.TextIO:

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
 

Detailed Description

Text wrapper to capture stdout.

Definition at line 22 of file progress_bar.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ get_original()

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.

◆ write()

None script.progress_bar.ProgressBar.TextIO.write (   self,
  s 
)

Definition at line 38 of file progress_bar.py.

Member Data Documentation

◆ func

script.progress_bar.ProgressBar.TextIO.func

Definition at line 36 of file progress_bar.py.


The documentation for this class was generated from the following file: