bundles / IPython 9.11.0 / IPython / core / debugger / Pdb / do_up
function
IPython.core.debugger:Pdb.do_up
source: /IPython/core/debugger.py :1132
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 and ignored modules.
Aliases
-
IPython.core.debugger.Pdb.do_up