Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _ipython_key_completions_
Method
_ipython_key_completions_
tests/test_completer.py:248–249 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
246
247
@classmethod
248
def
_ipython_key_completions_(cls):
249
return
cls.instances.keys()
250
251
252
class
KeyCompletable:
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected