MCPcopy 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
95def _is_macos() -> bool:
96 return sys.platform == "darwin"
97
98
99def _is_windows() -> bool:

Callers 1

get_dynamic_lib_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected