Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ win32_is_iot
Function
win32_is_iot
Lib/platform.py:384–385 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
382
]
383
384
def
win32_is_iot():
385
return
win32_edition() in (
'IoTUAP'
,
'NanoServer'
,
'WindowsCoreHeadless'
,
'IoTEdgeOS'
)
386
387
def
win32_edition():
388
try
:
Callers
nothing calls this directly
Calls
1
win32_edition
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…