Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __call__
Method
__call__
IPython/core/tests/test_hooks.py:31–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
self.message = message
30
self.called = False
31
def
__call__(self):
32
self.called = True
33
raise
TryNext(self.message)
34
35
#-----------------------------------------------------------------------------
36
# Test functions
Callers
nothing calls this directly
Calls
1
TryNext
Class · 0.90
Tested by
no test coverage detected