Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ get_instance
Method
get_instance
IPython/core/tests/test_completer.py:137–138 ·
view source on GitHub ↗
(cls, name)
Source
from the content-addressed store, hash-verified
135
136
@classmethod
137
def
get_instance(cls, name):
138
return
cls.instances[name]
139
140
141
class
KeyCompletable:
Callers
1
__getitem__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected