MCPcopy 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
1583def is_windows():
1584 return platform.system().startswith("Win")
1585
1586def is_mac():
1587 return platform.system().startswith("Darwin")

Callers 7

expand_jinjaFunction · 0.85
get_editorFunction · 0.85
generate_asciidocFunction · 0.85
CommandsClass · 0.85
runMethod · 0.85
abbreviate_homedirFunction · 0.85
display_cmdMethod · 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…