(self)
| 24 | |
| 25 | async def receive(self) -> T_co: ... |
| 26 | async def aclose(self) -> None: ... |
| 27 | def __aiter__(self) -> ReadStream[T_co]: ... |
| 28 | async def __anext__(self) -> T_co: ... |
| 29 | async def __aenter__(self) -> Self: ... |
no outgoing calls
no test coverage detected