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

Method __call__

IPython/core/ultratb.py:1457–1460  ·  view source on GitHub ↗
(self, etype, value, elist)

Source from the content-addressed store, hash-verified

1455 self.last_syntax_error = None
1456
1457 def __call__(self, etype, value, elist):
1458 self.last_syntax_error = value
1459
1460 ListTB.__call__(self, etype, value, elist)
1461
1462 def structured_traceback(self, etype, value, elist, tb_offset=None,
1463 context=5):

Callers

nothing calls this directly

Calls 1

__call__Method · 0.45

Tested by

no test coverage detected