Home | History | Annotate | Download | only in Lib

Lines Matching refs:cre

1044     def _match(self, cre, s):
1049 self.mo = cre.match(s)
1052 self._mesg("\tmatched r'%s' => %r" % (cre.pattern, self.mo.groups()))