Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dplatform.py1260 _os_release_cache = None variable
1285 global _os_release_cache
1287 if _os_release_cache is None:
1292 _os_release_cache = _parse_os_release(f)
1302 return _os_release_cache.copy()
/third_party/python/Lib/test/
Dtest_platform.py76 platform._os_release_cache = None