MCPcopy Create free account
hub / github.com/Syncplay/syncplay / isWindows

Function isWindows

syncplay/utils.py:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26
27def isWindows():
28 return sys.platform.startswith(constants.OS_WINDOWS)
29
30
31def isLinux():

Callers 15

getMRLMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
_get_ipc_socketMethod · 0.90
getConfigurationMethod · 0.90
__init__Method · 0.90
gui.pyFile · 0.90
__init__Method · 0.90
openLicenseMethod · 0.90
openDependenciesMethod · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected