Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_completions
Method
get_completions
Lib/_pyrepl/completing_reader.py:294–295 ·
view source on GitHub ↗
(self, stem: str)
Source
from the content-addressed store, hash-verified
292
return
''
.join(b[p+1:self.pos])
293
294
def
get_completions(self, stem: str) -> list[str]:
295
return
[]
Callers
1
do
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected