MCPcopy Create free account
hub / github.com/apache/mesos / __autocomplete__

Method __autocomplete__

src/python/cli_new/lib/cli/plugins/base.py:105–108  ·  view source on GitHub ↗
(self, command, current_word, argv)

Source from the content-addressed store, hash-verified

103 self.config = config
104
105 def __autocomplete__(self, command, current_word, argv):
106 # pylint: disable=unused-variable,unused-argument,
107 # attribute-defined-outside-init
108 return ("default", [])
109
110 def __autocomplete_base__(self, current_word, argv):
111 option = "default"

Callers 1

__autocomplete_base__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected