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

Lines Matching refs:cre

32     cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
44 if cre.match(line):