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

Method __init__

tests/test_commandset.py:470–472  ·  view source on GitHub ↗
(self, dummy)

Source from the content-addressed store, hash-verified

468 DEFAULT_CATEGORY = "Fruits"
469
470 def __init__(self, dummy) -> None:
471 super().__init__()
472 self._dummy = dummy # prevents autoload
473
474 def do_apple(self, _: cmd2.Statement) -> None:
475 """Apple Command"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected