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

bundles / IPython 9.5.0 / IPython / core / debugger / Pdb / do_up

function

IPython.core.debugger:Pdb.do_up

source: /IPython/core/debugger.py :1112

Signature

def   do_up ( self arg )

Summary

u(p) [count] Move the current frame count (default one) levels up in the stack trace (to an older frame).

Extended Summary

Will skip hidden frames.

Aliases

  • IPython.core.debugger.Pdb.do_up