MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / __init__

Method __init__

tests/test_completion.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 sport2_arg = parser_sport2.add_argument("sport", help="Enter name of a sport", choices=sport_item_strs)
87
88 def __init__(self) -> None:
89 super().__init__()
90
91 # subcommand functions for the base command
92 def base_foo(self, args) -> None:

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected