Home
last modified time | relevance | path

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

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