Home | History | Annotate | Download | only in python2.7

Lines Matching full:prompt

52 # Interaction prompt line will separate file and call info from code
66 self.prompt = '(Pdb) '
98 self.commands_doprompt = {} # for each bp num, tells if the prompt
273 to the prompt.
275 Checks whether this line is typed at the normal prompt or in
335 prompt_back = self.prompt
336 self.prompt = '(com) '
342 self.prompt = prompt_back
717 p.prompt = "(%s) " % self.prompt.strip()
1130 legally typed at the pdb prompt. Note! You *can* override