Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ CallableIndexable
Class
CallableIndexable
tests/test_handlers.py:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
class
CallableIndexable(object):
22
def
__getitem__(self, idx):
23
return
True
24
25
def
__call__(self, *args, **kws):
26
return
True
27
28
29
class
Autocallable(autocall.IPyAutocall):
Callers
1
test_handlers_I
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_handlers_I
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…