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

Method __init__

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

Source from the content-addressed store, hash-verified

154
155 class SynonymCommandSet(cmd2.CommandSet):
156 def __init__(self, arg1) -> None:
157 super().__init__()
158 self._arg1 = arg1
159
160 @cmd2.with_argparser(cmd2.Cmd2ArgumentParser(description="Native Command"))
161 def do_builtin(self, _) -> None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected