(
self, s: str, n: float = 10.0, wait_for_keypress: bool = False
)
| 346 | |
| 347 | @abc.abstractmethod |
| 348 | def notify( |
| 349 | self, s: str, n: float = 10.0, wait_for_keypress: bool = False |
| 350 | ) -> None: |
| 351 | pass |
| 352 | |
| 353 | @abc.abstractmethod |
| 354 | def file_prompt(self, s: str) -> str | None: |
no outgoing calls
no test coverage detected