bundles / IPython 9.10.0 / IPython / core / magics / basic / BasicMagics / xmode
function
IPython.core.magics.basic:BasicMagics.xmode
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