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

Method __getitem__

IPython/core/tests/test_handlers.py:28–28  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

26
27class CallableIndexable(object):
28 def __getitem__(self, idx): return True
29 def __call__(self, *args, **kws): return True
30
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected