Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __call__
Method
__call__
IPython/core/ultratb.py:1301–1304 ·
view source on GitHub ↗
(self, etype, value, elist)
Source
from the content-addressed store, hash-verified
1299
self.last_syntax_error = None
1300
1301
def
__call__(self, etype, value, elist):
1302
self.last_syntax_error = value
1303
1304
super().__call__(etype, value, elist)
1305
1306
def
structured_traceback(
1307
self,
Callers
nothing calls this directly
Calls
1
__call__
Method · 0.45
Tested by
no test coverage detected