HomeSort by relevance Sort by last modified time
    Searched refs:getDeptargetTuple (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/BuildScript/
build-installer.py 158 def getDeptargetTuple():
207 LT_10_5 = bool(getDeptargetTuple() < (10, 5))
209 if not (10, 5) < getDeptargetTuple() < (10, 10):
258 if False: # if getDeptargetTuple() > (10, 5):
366 if getDeptargetTuple() < (10, 5):
514 if getDeptargetTuple() < (10, 4) and not PYTHON_3:
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 159 def getDeptargetTuple():
208 LT_10_5 = bool(getDeptargetTuple() < (10, 5))
229 if False: # if getDeptargetTuple() > (10, 5):
338 if getDeptargetTuple() < (10, 5):
486 if getDeptargetTuple() < (10, 4) and not PYTHON_3:
    [all...]

Completed in 106 milliseconds