Home
last modified time | relevance | path

Searched refs:win32_is_iot (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_startfile.py21 @unittest.skipIf(platform.win32_is_iot(), "starting files is not supported on Windows IoT Core or n…
Dtest_sundry.py31 if sys.platform.startswith('win') and not platform.win32_is_iot():
Dtest_os.py38 from platform import win32_is_iot
2919 @unittest.skipUnless(os.isatty(0) and not win32_is_iot() and (sys.platform.startswith('win') or
/third_party/python/Lib/
Dplatform.py339 def win32_is_iot(): function
/third_party/python/Doc/library/
Dplatform.rst220 .. function:: win32_is_iot()
/third_party/python/Lib/test/support/
D__init__.py207 if sys.platform.startswith('win') and platform.win32_is_iot():
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst1187 Added platform.win32_edition() and platform.win32_is_iot(). Added support