(
self,
amt: int | None = None,
decode_content: bool | None = None,
cache_content: bool = False,
)
| 564 | raise NotImplementedError() |
| 565 | |
| 566 | def read( |
| 567 | self, |
| 568 | amt: int | None = None, |
| 569 | decode_content: bool | None = None, |
| 570 | cache_content: bool = False, |
| 571 | ) -> bytes: |
| 572 | raise NotImplementedError() |
| 573 | |
| 574 | def read1( |
| 575 | self, |
no outgoing calls