Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py158 def getDeptargetTuple(): function
207 LT_10_5 = bool(getDeptargetTuple() < (10, 5))
209 if not (10, 5) < getDeptargetTuple() < (10, 10):
366 if getDeptargetTuple() < (10, 5):
514 if getDeptargetTuple() < (10, 4) and not PYTHON_3:
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py159 def getDeptargetTuple(): function
208 LT_10_5 = bool(getDeptargetTuple() < (10, 5))
338 if getDeptargetTuple() < (10, 5):
486 if getDeptargetTuple() < (10, 4) and not PYTHON_3: