Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ is_platform_mac
Function
is_platform_mac
setup.py:35–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
35
def
is_platform_mac():
36
return
sys.platform ==
"darwin"
37
38
39
# note: sync with pyproject.toml, environment.yml and asv.conf.json
Callers
1
setup.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected