Searched refs:win32_is_iot (Results 1 – 7 of 7) sorted by relevance
21 @unittest.skipIf(platform.win32_is_iot(), "starting files is not supported on Windows IoT Core or n…
31 if sys.platform.startswith('win') and not platform.win32_is_iot():
38 from platform import win32_is_iot2919 @unittest.skipUnless(os.isatty(0) and not win32_is_iot() and (sys.platform.startswith('win') or
339 def win32_is_iot(): function
220 .. function:: win32_is_iot()
207 if sys.platform.startswith('win') and platform.win32_is_iot():
1187 Added platform.win32_edition() and platform.win32_is_iot(). Added support