Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dplatform.py457 supported_platforms=('win32', 'win16', 'dos')): argument
469 if sys.platform not in supported_platforms:
/external/python/cpython2/Lib/
Dplatform.py516 supported_platforms=('win32','win16','dos','os2')): argument
528 if sys.platform not in supported_platforms: