Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ _is_macos
Function
_is_macos
setup.py:95–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
94
95
def
_is_macos() -> bool:
96
return
sys.platform ==
"darwin"
97
98
99
def
_is_windows() -> bool:
Callers
1
get_dynamic_lib_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected