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

Method __call__

IPython/core/tests/test_handlers.py:29–29  ·  view source on GitHub ↗
(self, *args, **kws)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected