Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ _is_windows
Function
_is_windows
setup.py:99–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
98
99
def
_is_windows() -> bool:
100
return
sys.platform ==
"win32"
101
102
103
class
Version:
Callers
5
get_dynamic_lib_name
Function · 0.85
get_executable_name
Function · 0.85
__init__
Method · 0.85
run
Method · 0.85
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected