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

Method complete_test_sort_key

tests/test_completion.py:175–177  ·  view source on GitHub ↗
(self, text, line, begidx, endidx)

Source from the content-addressed store, hash-verified

173 pass
174
175 def complete_test_sort_key(self, text, line, begidx, endidx) -> Completions:
176 num_strs = ["file2", "file11", "file1"]
177 return self.basic_complete(text, line, begidx, endidx, num_strs)
178
179 def do_test_raise_exception(self, args) -> None:
180 pass

Callers

nothing calls this directly

Calls 1

basic_completeMethod · 0.80

Tested by

no test coverage detected