MCPcopy 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
99def _is_windows() -> bool:
100 return sys.platform == "win32"
101
102
103class Version:

Callers 5

get_dynamic_lib_nameFunction · 0.85
get_executable_nameFunction · 0.85
__init__Method · 0.85
runMethod · 0.85
setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected