MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / help_squat

Method help_squat

tests/test_cmd2.py:1320–1321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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."""

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected