|
|
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) |
| |
|
|
| handle |
| |
|
| progress |
| |
|
| task |
| |
|
| close_handle |
| |
A reader that tracks progress while it's being read from.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py