MCPcopy Create free account
hub / github.com/python-cmd2/cmd2 / __init__

Method __init__

tests/test_cmd2.py:1313–1315  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected