|
|
None | close (self) |
| |
|
bool | isatty (self) |
| |
|
str | read (self, int __n=1) |
| |
|
bool | readable (self) |
| |
|
str | readline (self, int __limit=1) |
| |
|
List[str] | readlines (self, int __hint=1) |
| |
|
int | seek (self, int __offset, int __whence=1) |
| |
|
bool | seekable (self) |
| |
|
int | tell (self) |
| |
|
int | truncate (self, Optional[int] __size=1) |
| |
|
bool | writable (self) |
| |
|
None | writelines (self, Iterable[str] __lines) |
| |
|
str | __next__ (self) |
| |
|
Iterator[str] | __iter__ (self) |
| |
|
IO[str] | __enter__ (self) |
| |
|
None | __exit__ (self, Optional[Type[BaseException]] __t, Optional[BaseException] __value, Optional[TracebackType] __traceback) |
| |
|
int | write (self, str text) |
| |
|
None | flush (self) |
| |
|
int | fileno (self) |
| |
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py