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

Lines Matching refs:pat

1045             pat = re.compile(r'^\s*class\s*%s\b' %
1048 if pat.match(line):
1068 pat = re.compile('(^|.*:)\s*\w*("|\')')
1070 if pat.match(source_lines[lineno]):