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

Function isLinux

syncplay/utils.py:31–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def isLinux():
32 return sys.platform.startswith(constants.OS_LINUX)
33
34
35def isMacOS():

Callers 5

__init__Method · 0.90
browsePlayerpathMethod · 0.90
gui.pyFile · 0.90
paintMethod · 0.90
openUserGuideMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected