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

Method xmode_switch_err

IPython/core/magics/basic.py:374–376  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

372 """
373
374 def xmode_switch_err(name):
375 warn('Error changing %s exception modes.\n%s' %
376 (name,sys.exc_info()[1]))
377
378 shell = self.shell
379 if parameter_s.strip() == "--show":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected