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

Method __call__

IPython/core/tests/test_hooks.py:23–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.message = message
22 self.called = False
23 def __call__(self):
24 self.called = True
25 return self.message
26
27class Fail(object):
28 def __init__(self, message):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected