Home | History | Annotate | Download | only in test

Lines Matching refs:same_pattern

1524         same_pattern = re.compile(pattern)
1525 self.assertIsInstance(same_pattern, re._pattern_type)
1526 self.assertIs(same_pattern, pattern)