Searched refs:first_line_re (Results 1 – 3 of 3) sorted by relevance
15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$') variable87 match = first_line_re.match(first_line)
15 first_line_re = re.compile(b'^#!.*python[0-9.]*([ \t].*)?$') variable89 match = first_line_re.match(first_line)
23 from distutils.command.build_scripts import first_line_re1712 if isinstance(first_line_re.pattern, str):1713 return first_line_re1716 return re.compile(first_line_re.pattern.decode())