MCPcopy Index your code
hub / github.com/python/cpython / get_completions

Method get_completions

Lib/_pyrepl/completing_reader.py:319–320  ·  view source on GitHub ↗
(self, stem: str)

Source from the content-addressed store, hash-verified

317 return ''.join(b[p+1:self.pos])
318
319 def get_completions(self, stem: str) -> tuple[list[str], CompletionAction | None]:
320 return [], None
321
322 def get_line(self) -> str:
323 """Return the current line until the cursor position."""

Callers 1

doMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected