Home | History | Annotate | Download | only in Lib

Lines Matching refs:line_prefix

53 # text using value of line_prefix string.  A newline and arrow may

55 # command "pdb.line_prefix = '\n% '".
56 # line_prefix = ': ' # Use this to get the old situation back
57 line_prefix = '\n-> ' # Probably a better default
893 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):