Searched refs:first_line_re (Results 1 – 4 of 4) 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)
21 from distutils.command.build_scripts import first_line_re1714 if isinstance(first_line_re.pattern, str):1715 return first_line_re1718 return re.compile(first_line_re.pattern.decode())