(
self, timeout: float | None
)
| 37 | |
| 38 | class SupportsEventGeneration(Protocol): |
| 39 | def send( |
| 40 | self, timeout: float | None |
| 41 | ) -> str | curtsies.events.Event | None: ... |
| 42 | |
| 43 | def __iter__(self) -> "SupportsEventGeneration": ... |
| 44 |
no outgoing calls
no test coverage detected