Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-cmd2/cmd2
/ __init__
Method
__init__
tests/test_commandset.py:503–505 ·
view source on GitHub ↗
(self, dummy)
Source
from the content-addressed store, hash-verified
501
DEFAULT_CATEGORY =
"Vegetables"
502
503
def
__init__(self, dummy) -> None:
504
super().__init__()
505
self._dummy = dummy
# prevents autoload
506
507
def
do_arugula(self, _: cmd2.Statement) -> None:
508
""
"Arugula Command"
""
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected