Home
last modified time | relevance | path

Searched refs:first_line_re (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py15 first_line_re = re.compile(b'^#!.*python[0-9.]*([ \t].*)?$') variable
55 Python script in the Unix way (first line matches 'first_line_re',
89 match = first_line_re.match(first_line)

Completed in 1 milliseconds