MCPcopy Create free account
hub / github.com/ipython/ipython / CallableIndexable

Class CallableIndexable

IPython/core/tests/test_handlers.py:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#-----------------------------------------------------------------------------
26
27class CallableIndexable(object):
28 def __getitem__(self, idx): return True
29 def __call__(self, *args, **kws): return True
30
31
32class Autocallable(autocall.IPyAutocall):

Callers 1

test_handlersFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_handlersFunction · 0.68