Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
pip._vendor.rich.progress._Reader Class Reference
Inheritance diagram for pip._vendor.rich.progress._Reader:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich.progress._Reader:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, BinaryIO handle, "Progress" progress, TaskID task, bool close_handle=True)
 
"_Reader" __enter__ (self)
 
None __exit__ (self, Optional[Type[BaseException]] exc_type, Optional[BaseException] exc_val, Optional[TracebackType] exc_tb)
 
BinaryIO __iter__ (self)
 
bytes __next__ (self)
 
bool closed (self)
 
int fileno (self)
 
bool isatty (self)
 
str mode (self)
 
str name (self)
 
bool readable (self)
 
bool seekable (self)
 
bool writable (self)
 
bytes read (self, int size=-1)
 
 readinto (self, Union[bytearray, memoryview, mmap] b)
 
bytes readline (self, int size=-1)
 
List[bytes] readlines (self, int hint=-1)
 
None close (self)
 
int seek (self, int offset, int whence=0)
 
int tell (self)
 
int write (self, Any s)
 

Public Attributes

 handle
 
 progress
 
 task
 
 close_handle
 

Protected Attributes

 _closed
 

Detailed Description

A reader that tracks progress while it's being read from.

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