Home
last modified time | relevance | path

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

/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py88 _cache_getVersion = None variable
91 global _cache_getVersion
92 if _cache_getVersion is None:
93 _cache_getVersion = grepValue(
95 return _cache_getVersion
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py83 _cache_getVersion = None variable
86 global _cache_getVersion
87 if _cache_getVersion is None:
88 _cache_getVersion = grepValue(
90 return _cache_getVersion