MCPcopy
hub / github.com/pandas-dev/pandas / is_platform_mac

Function is_platform_mac

pandas/compat/__init__.py:94–103  ·  view source on GitHub ↗

Checking if the running platform is mac. Returns ------- bool True if the running platform is mac.

()

Source from the content-addressed store, hash-verified

92
93
94def is_platform_mac() -> bool:
95 """
96 Checking if the running platform is mac.
97
98 Returns
99 -------
100 bool
101 True if the running platform is mac.
102 """
103 return sys.platform == "darwin"
104
105
106def is_platform_arm() -> bool:

Callers 2

moto_serverFunction · 0.90
test_complibsFunction · 0.90

Calls

no outgoing calls

Tested by 2

moto_serverFunction · 0.72
test_complibsFunction · 0.72