Home | History | Annotate | Download | only in test

Lines Matching refs:same_pattern

961         same_pattern = re.compile(pattern)
962 self.assertIsInstance(same_pattern, re._pattern_type)
963 self.assertIs(same_pattern, pattern)