MCPcopy 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
21class CallableIndexable(object):
22 def __getitem__(self, idx):
23 return True
24
25 def __call__(self, *args, **kws):
26 return True
27
28
29class Autocallable(autocall.IPyAutocall):

Callers 1

test_handlers_IFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_handlers_IFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…