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

  /external/python/cpython2/Mac/BuildScript/
build-installer.py 89 _cache_getFullVersion = None
92 global _cache_getFullVersion
93 if _cache_getFullVersion is not None:
94 return _cache_getFullVersion
98 _cache_getFullVersion = ln.split()[-1][1:-1]
99 return _cache_getFullVersion
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 89 _cache_getFullVersion = None
92 global _cache_getFullVersion
93 if _cache_getFullVersion is not None:
94 return _cache_getFullVersion
98 _cache_getFullVersion = ln.split()[-1][1:-1]
99 return _cache_getFullVersion
    [all...]

Completed in 68 milliseconds