Home
last modified time | relevance | path

Searched refs:_platform_cache (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dplatform.py1172 _platform_cache = {} variable
1193 result = _platform_cache.get((aliased, terse), None)
1245 _platform_cache[(aliased, terse)] = platform
/external/python/cpython2/Lib/
Dplatform.py1558 _platform_cache = {} variable
1579 result = _platform_cache.get((aliased, terse), None)
1637 _platform_cache[(aliased, terse)] = platform
/external/python/cpython3/Lib/test/
Dtest_platform.py73 platform._platform_cache.clear()