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

Method __init__

IPython/core/tests/test_hooks.py:28–30  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

26
27class Fail(object):
28 def __init__(self, message):
29 self.message = message
30 self.called = False
31 def __call__(self):
32 self.called = True
33 raise TryNext(self.message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected