MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / complete_states

Method complete_states

tests/test_commandset.py:799–801  ·  view source on GitHub ↗
(self, text: str, line: str, begidx: int, endidx: int)

Source from the content-addressed store, hash-verified

797 super().__init__()
798
799 def complete_states(self, text: str, line: str, begidx: int, endidx: int) -> Completions:
800 assert self is complete_states_expected_self
801 return self._cmd.basic_complete(text, line, begidx, endidx, self.states)
802
803
804class SupportFuncUserSubclass1(SupportFuncProvider):

Callers

nothing calls this directly

Calls 1

basic_completeMethod · 0.80

Tested by

no test coverage detected