Lines Matching refs:match
5 The following bound search and match functions are defined:
48 """, re.VERBOSE).match
69 """, re.VERBOSE | re.DOTALL).match
76 [^\s#\\] # if we match, m.end()-1 is the interesting char
77 """, re.VERBOSE).match
90 """, re.VERBOSE).match
92 # Chew up non-special chars as quickly as possible. If match is
94 # matched. If match is unsuccessful, the string starts with an
99 """, re.VERBOSE).match
544 found = re.match(r"\s*\\", code[i:endpos]) is None