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

Method __init__

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

Source from the content-addressed store, hash-verified

1196 """
1197
1198 def __init__(self) -> None:
1199 cmd2.Cmd.__init__(self)
1200
1201 # subcommand functions for the base command
1202 def base_foo(self, args) -> None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected