(self)
| 495 | do_enable = do_disable |
| 496 | |
| 497 | def help_disable(self): |
| 498 | print("Disable printing functionality.") |
| 499 | |
| 500 | # ------------------------[ destroy ]--------------------------------- |
| 501 | def do_destroy(self, arg): |
nothing calls this directly
no outgoing calls
no test coverage detected