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

Method __call__

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

Source from the content-addressed store, hash-verified

620 ostream=ostream, parent=parent,config=config)
621
622 def __call__(self, etype, value, elist):
623 self.ostream.flush()
624 self.ostream.write(self.text(etype, value, elist))
625 self.ostream.write('\n')
626
627 def _extract_tb(self, tb):
628 if tb:

Callers 1

__call__Method · 0.45

Calls 3

flushMethod · 0.45
writeMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected