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

Method __init__

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

Source from the content-addressed store, hash-verified

449
450class LoadableBadBase(cmd2.CommandSet):
451 def __init__(self, dummy) -> None:
452 super().__init__()
453 self._dummy = dummy # prevents autoload
454
455 def do_cut(self, ns: argparse.Namespace) -> None:
456 """Cut something"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected