(self, *args, **kwargs)
| 1311 | MISC_HEADER = "Various topics found here." |
| 1312 | |
| 1313 | def __init__(self, *args, **kwargs) -> None: |
| 1314 | super().__init__(*args, **kwargs) |
| 1315 | self.doc_leader = "I now present you with a list of help topics." |
| 1316 | |
| 1317 | def do_squat(self, arg) -> None: |
| 1318 | """This docstring help will never be shown because the help_squat method overrides it.""" |