MCPcopy
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

4import sys
5
6def is_windows():
7 """
8 Return True if the current OS is Windows, False otherwise.
9 """
10 return name() == 'Windows'
11
12def is_mac():
13 """

Callers 8

test_freeze_installerMethod · 0.90
freezeFunction · 0.90
signFunction · 0.90
installerFunction · 0.90
sign_installerFunction · 0.90
releaseFunction · 0.90
__init__Method · 0.90

Calls 1

nameFunction · 0.85

Tested by 1

test_freeze_installerMethod · 0.72