Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mherrmann/fbs
/ is_windows
Function
is_windows
fbs_runtime/platform.py:6–10 ·
view source on GitHub ↗
Return True if the current OS is Windows, False otherwise.
()
Source
from the content-addressed store, hash-verified
4
import
sys
5
6
def
is_windows():
7
""
"
8
Return True
if
the current OS is Windows, False otherwise.
9
""
"
10
return
name() ==
'Windows'
11
12
def
is_mac():
13
""
"
Callers
8
test_freeze_installer
Method · 0.90
freeze
Function · 0.90
sign
Function · 0.90
installer
Function · 0.90
sign_installer
Function · 0.90
release
Function · 0.90
_has_windows_codesigning_certificate
Function · 0.90
__init__
Method · 0.90
Calls
1
name
Function · 0.85
Tested by
1
test_freeze_installer
Method · 0.72