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

Method __init__

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

Source from the content-addressed store, hash-verified

3673
3674class AnsiApp(cmd2.Cmd):
3675 def __init__(self, *args, **kwargs) -> None:
3676 super().__init__(*args, **kwargs)
3677
3678 def do_echo(self, args) -> None:
3679 self.poutput(args)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected