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

Lines Matching refs:cre

1026     def _match(self, cre, s):
1031 self.mo = cre.match(s)
1034 self._mesg("\tmatched r'%s' => %r" % (cre.pattern, self.mo.groups()))