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

Method __init__

tests/test_commandset.py:113–115  ·  view source on GitHub ↗
(self, arg1)

Source from the content-addressed store, hash-verified

111 DEFAULT_CATEGORY = "Command Set B"
112
113 def __init__(self, arg1) -> None:
114 super().__init__()
115 self._arg1 = arg1
116
117 def do_aardvark(self, statement: cmd2.Statement) -> None:
118 """Aardvark Command"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected