Home | History | Annotate | Download | only in python2.7

Lines Matching defs:match

196     def match(self, char, skip=1):
307 sourcematch = source.match
363 if source.match("|"):
365 if source.match("|"):
369 if source.next and not source.match(")", 0):
387 sourcematch = source.match
730 if s.match("<"):
791 def expand_template(template, match):
792 g = match.group
793 sep = match.string[:0]