Lines Matching refs:match
247 def match(self, char):
340 if not source.match('{'):
400 if not source.match('{'):
452 sourcematch = source.match
514 sourcematch = source.match
820 if source.match("|"):
826 if not source.match(")"):
864 if not source.match(")"):
1023 if not s.match("<"):
1090 def expand_template(template, match):
1091 g = match.group
1092 empty = match.string[:0]