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

/external/python/cpython2/Lib/
H A Dplatform.py1528 _platform_cache = {} variable
1549 result = _platform_cache.get((aliased, terse), None)
1607 _platform_cache[(aliased, terse)] = platform
/external/python/cpython3/Lib/
H A Dplatform.py1302 _platform_cache = {} variable
1323 result = _platform_cache.get((aliased, terse), None)
1390 _platform_cache[(aliased, terse)] = platform

Completed in 260 milliseconds