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

Method pos_2_completer

tests/test_argparse_completer.py:237–238  ·  view source on GitHub ↗
(self, text: str, line: str, begidx: int, endidx: int)

Source from the content-addressed store, hash-verified

235 return self.basic_complete(text, line, begidx, endidx, self.completions_for_pos_1)
236
237 def pos_2_completer(self, text: str, line: str, begidx: int, endidx: int) -> Completions:
238 return self.basic_complete(text, line, begidx, endidx, self.completions_for_pos_2)
239
240 completer_parser = Cmd2ArgumentParser()
241

Callers

nothing calls this directly

Calls 1

basic_completeMethod · 0.80

Tested by

no test coverage detected