(self)
| 1318 | """This docstring help will never be shown because the help_squat method overrides it.""" |
| 1319 | |
| 1320 | def help_squat(self) -> None: |
| 1321 | self.stdout.write("This command does diddly squat...\n") |
| 1322 | |
| 1323 | def do_edit(self, arg) -> None: |
| 1324 | """This overrides the edit command and does nothing.""" |