bundles / IPython 9.3.0 / IPython / core / debugger / Pdb / do_up
function
IPython.core.debugger:Pdb.do_up
source: /IPython/core/debugger.py :1082
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