Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mherrmann/fbs
/ is_linux
Function
is_linux
fbs_runtime/platform.py:18–22 ·
view source on GitHub ↗
Return True if the current OS is Linux, False otherwise.
()
Source
from the content-addressed store, hash-verified
16
return
name() ==
'Mac'
17
18
def
is_linux():
19
""
"
20
Return True
if
the current OS is Linux, False otherwise.
21
""
"
22
return
name() ==
'Linux'
23
24
def
name():
25
""
"
Callers
7
test_freeze_installer
Method · 0.90
_upload_repo
Function · 0.90
freeze
Function · 0.90
installer
Function · 0.90
upload
Function · 0.90
get_default_profiles
Function · 0.90
_get_linux_distribution
Function · 0.85
Calls
1
name
Function · 0.85
Tested by
1
test_freeze_installer
Method · 0.72