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

Lines Matching refs:strip

248         if not line.strip():
445 id = idstring[0].strip()
448 id = idstring[1].strip()
485 line = line.strip()
531 bpnum = int(args[0].strip())
556 bpnum = int(args[0].strip())
563 count = int(args[1].strip())
594 reply = reply.strip().lower()
717 p.prompt = "(%s) " % self.prompt.strip()