Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ __setup__
Method
__setup__
src/python/cli_new/lib/cli/plugins/base.py:76–77 ·
view source on GitHub ↗
(self, command, argv)
Source
from the content-addressed store, hash-verified
74
COMMANDS = {}
75
76
def
__setup__(self, command, argv):
77
pass
78
79
def
__module_reference__(self):
80
return
sys.modules[self.__module__]
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected