You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / magics / basic / BasicMagics / xmode

function

IPython.core.magics.basic:BasicMagics.xmode

source: /IPython/core/magics/basic.py :343

Signature

def   xmode ( self parameter_s = '' )

Summary

Switch modes for the exception handlers.

Extended Summary

Valid modes: Plain, Context, Verbose, and Minimal.

If called without arguments, acts as a toggle.

When in verbose mode the value --show (and --hide) will respectively show (or hide) frames with __tracebackhide__ = True value set.

Aliases

  • IPython.core.magics.BasicMagics.xmode