Lines Matching defs:pattern
45 def test_compile(self, pattern, expected_groups, expected_groupindex): argument
91 def test_possiblematchrange(self, pattern, maxlen, expected_min_max): argument
137 def test_pickle(self, pattern): argument
144 def test_search(self, pattern, text, expected_spans): argument
188 def test_match(self, pattern, text, expected_spans): argument
198 def test_fullmatch(self, pattern, text, expected_spans): argument
226 def test_finditer(self, pattern, text, expected_matches): argument
240 def test_findall(self, pattern, text, expected_matches): argument
258 def test_split(self, pattern, text, maxsplit, expected_pieces): argument
278 def test_subn_sub(self, pattern, repl, text, count, expected_joined_pieces, argument
308 def test_finditer_with_utf8(self, pattern, text, expected_matches): argument
330 def test_escape(self, pattern, expected_escaped): argument
414 def test_lastindex_lastgroup(self, pattern, text, expected_lastindex, argument