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

Function is_platform_windows

setup.py:31–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def is_platform_windows():
32 return sys.platform in ("win32", "cygwin")
33
34
35def is_platform_mac():

Callers 1

setup.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected