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

Method __init__

IPython/core/ultratb.py:618–620  ·  view source on GitHub ↗
(self, color_scheme='NoColor', call_pdb=False, ostream=None, parent=None, config=None)

Source from the content-addressed store, hash-verified

616 list), instances of this class can't call the interactive pdb debugger."""
617
618 def __init__(self, color_scheme='NoColor', call_pdb=False, ostream=None, parent=None, config=None):
619 TBTools.__init__(self, color_scheme=color_scheme, call_pdb=call_pdb,
620 ostream=ostream, parent=parent,config=config)
621
622 def __call__(self, etype, value, elist):
623 self.ostream.flush()

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected