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

Method __init__

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

Source from the content-addressed store, hash-verified

1858
1859class MultilineApp(cmd2.Cmd):
1860 def __init__(self, *args, **kwargs) -> None:
1861 super().__init__(*args, multiline_commands=["orate"], **kwargs)
1862
1863 orate_parser = cmd2.Cmd2ArgumentParser()
1864 orate_parser.add_argument("-s", "--shout", action="store_true", help="N00B EMULATION MODE")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected