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

Method __init__

tests/test_commandset.py:488–490  ·  view source on GitHub ↗
(self, dummy)

Source from the content-addressed store, hash-verified

486
487class LoadablePastaStir(cmd2.CommandSet):
488 def __init__(self, dummy) -> None:
489 super().__init__()
490 self._dummy = dummy # prevents autoload
491
492 stir_pasta_vigor_parser = cmd2.Cmd2ArgumentParser()
493 stir_pasta_vigor_parser.add_argument("frequency")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected