(self, hint: int = ..., /)
| 35 | def read(self, size: int = ..., /) -> bytes: ... |
| 36 | def readline(self, size: int = ..., /) -> bytes: ... |
| 37 | def readlines(self, hint: int = ..., /) -> list[bytes]: ... |
| 38 | def __iter__(self) -> Iterator[bytes]: ... |
| 39 | |
| 40 | class ErrorStream(Protocol): |
no outgoing calls