Default takeover callback using console input.
(message: str)
| 276 | |
| 277 | @staticmethod |
| 278 | def _default_takeover(message: str) -> None: |
| 279 | """Default takeover callback using console input.""" |
| 280 | input(f"{message}\nPress Enter after completing manual operation...") |
nothing calls this directly
no outgoing calls
no test coverage detected