Lines Matching defs:match
196 def match(self, char, skip=1):307 sourcematch = source.match363 if source.match("|"):365 if source.match("|"):369 if source.next and not source.match(")", 0):387 sourcematch = source.match730 if s.match("<"):791 def expand_template(template, match):792 g = match.group793 sep = match.string[:0]