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

Method __call__

IPython/core/tests/test_oinspect.py:139–141  ·  view source on GitHub ↗

does nothing

(self)

Source from the content-addressed store, hash-verified

137 """
138
139 def __call__(self):
140 """does nothing"""
141 pass
142
143 def __bool__(self):
144 """just raise NotImplemented"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected