Home | History | Annotate | Download | only in test

Lines Matching refs:stripped

285         stripped = s.lstrip()
286 self.assertTrue(stripped is s)
350 stripped = s.rstrip()
351 self.assertTrue(stripped is s)