Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ is_windows
Function
is_windows
dev-tools/scripts/releaseWizard.py:1583–1584 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1581
1582
1583
def
is_windows():
1584
return
platform.system().startswith(
"Win"
)
1585
1586
def
is_mac():
1587
return
platform.system().startswith(
"Darwin"
)
Callers
7
expand_jinja
Function · 0.85
get_editor
Function · 0.85
generate_asciidoc
Function · 0.85
Commands
Class · 0.85
run
Method · 0.85
abbreviate_homedir
Function · 0.85
display_cmd
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…