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

Method __init__

IPython/core/ultratb.py:1453–1455  ·  view source on GitHub ↗
(self, color_scheme='NoColor', parent=None, config=None)

Source from the content-addressed store, hash-verified

1451 """Extension which holds some state: the last exception value"""
1452
1453 def __init__(self, color_scheme='NoColor', parent=None, config=None):
1454 ListTB.__init__(self, color_scheme, parent=parent, config=config)
1455 self.last_syntax_error = None
1456
1457 def __call__(self, etype, value, elist):
1458 self.last_syntax_error = value

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected