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

Function isMacOS

syncplay/utils.py:35–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def isMacOS():
36 return sys.platform.startswith(constants.OS_MACOS)
37
38
39def isBSD():

Callers 15

checkForUpdateMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
getConfigurationMethod · 0.90
moreToggledMethod · 0.90
browsePlayerpathMethod · 0.90
addBasicTabMethod · 0.90
addBottomLayoutMethod · 0.90
__init__Method · 0.90
gui.pyFile · 0.90
paintMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected