Lines Matching refs:strip
303 line = rcLines.pop().strip()
381 traceback.format_exception_only(exc_type, exc_value)[-1].strip()))
460 if not line.strip():
536 if line.strip().endswith((':', ',')):
794 id = idstring[0].strip()
797 id = idstring[1].strip()
835 line = line.strip()
893 bp = self.get_bpbynumber(args[0].strip())
918 count = int(args[1].strip())
922 bp = self.get_bpbynumber(args[0].strip())
954 reply = reply.strip().lower()
1180 p.prompt = "(%s) " % self.prompt.strip()
1254 err = traceback.format_exception_only(*exc_info)[-1].strip()
1259 self.error(traceback.format_exception_only(*exc_info)[-1].strip())
1308 first = int(first.strip())
1309 last = int(last.strip())
1314 first = int(arg.strip())
1594 self.message((self.help_exec.__doc__ or '').strip())
1669 __doc__ += getattr(Pdb, 'do_' + _command).__doc__.strip() + '\n\n'