Function called on exiting
(self)
| 3722 | return "> " |
| 3723 | |
| 3724 | def close(self) -> None: |
| 3725 | """ |
| 3726 | Function called on exiting |
| 3727 | """ |
| 3728 | print("Exited") |
| 3729 | |
| 3730 | def help(self, cmd: Optional[str] = None) -> None: |
| 3731 | """ |
no outgoing calls
no test coverage detected