(self)
| 83 | # -------------------------------------------------------------------- |
| 84 | # do noting on empty input |
| 85 | def emptyline(self): |
| 86 | pass |
| 87 | |
| 88 | # show message for unknown commands |
| 89 | def default(self, line): |
nothing calls this directly
no outgoing calls
no test coverage detected