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

Method __init__

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

Source from the content-addressed store, hash-verified

3796 category_name = "Test Category"
3797
3798 def __init__(self, *args, **kwargs) -> None:
3799 super().__init__(*args, **kwargs)
3800
3801 @cmd2.with_category(category_name)
3802 def do_has_helper_func(self, arg) -> None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected