Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mherrmann/fbs
/ is_mac
Function
is_mac
fbs_runtime/platform.py:12–16 ·
view source on GitHub ↗
Return True if the current OS is macOS, False otherwise.
()
Source
from the content-addressed store, hash-verified
10
return
name() ==
'Windows'
11
12
def
is_mac():
13
""
"
14
Return True
if
the current OS is macOS, False otherwise.
15
""
"
16
return
name() ==
'Mac'
17
18
def
is_linux():
19
""
"
Callers
10
test_freeze_installer
Method · 0.90
run_pyinstaller
Function · 0.90
_generate_resources
Function · 0.90
create_installer_mac
Function · 0.90
freeze
Function · 0.90
sign
Function · 0.90
installer
Function · 0.90
sign_installer
Function · 0.90
get_resource_dirs
Function · 0.90
app_icon
Method · 0.90
Calls
1
name
Function · 0.85
Tested by
1
test_freeze_installer
Method · 0.72