MCPcopy Create free account
hub / github.com/coldtype/st2 / on_windows

Function on_windows

ST2/util.py:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4def _os(): return platform.system()
5def on_windows(): return _os() == "Windows"
6def on_mac(): return _os() == "Darwin"
7def on_linux(): return _os() == "Linux"
8

Callers

nothing calls this directly

Calls 1

_osFunction · 0.85

Tested by

no test coverage detected