Lines Matching refs:IGNORECASE
561 self.assertEqual(re.I, re.IGNORECASE)1004 # Try the match with IGNORECASE enabled, and check that it1006 obj = re.compile(pattern, re.IGNORECASE)