(self, seq: list[str], /)
| 42 | def flush(self) -> object: ... |
| 43 | def write(self, s: str, /) -> object: ... |
| 44 | def writelines(self, seq: list[str], /) -> object: ... |
| 45 | |
| 46 | class _Readable(Protocol): |
| 47 | def read(self, size: int = ..., /) -> bytes: ... |
no outgoing calls