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

Method __init__

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

Source from the content-addressed store, hash-verified

3591 # Verify get_help_topics() filters out hidden commands
3592 class TestApp(cmd2.Cmd):
3593 def __init__(self, *args, **kwargs) -> None:
3594 super().__init__(*args, **kwargs)
3595
3596 def do_my_cmd(self, args) -> None:
3597 pass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected