Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-cmd2/cmd2
/ __init__
Method
__init__
tests/test_plugin.py:267–268 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
265
""
"A sample app with a plugin mixed in"
""
266
267
def
__init__(self, *args, **kwargs) -> None:
268
super().__init__(*args, **kwargs)
269
270
def
do_say(self, statement) -> None:
271
""
"Repeat back the arguments"
""
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected