MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / is_macos

Function is_macos

configure.py:82–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81
82def is_macos():
83 return platform.system() == 'Darwin'
84
85
86def is_ppc64le():

Callers 5

create_android_ndk_ruleFunction · 0.85
create_android_sdk_ruleFunction · 0.85
configure_iosFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected