Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dbuild_scripts.py15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$') variable
87 match = first_line_re.match(first_line)