MCPcopy Create free account
hub / github.com/doldecomp/mkdd / is_windows

Function is_windows

tools/project.py:294–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292
293
294def is_windows() -> bool:
295 return os.name == "nt"
296
297
298# On Windows, we need this to use && in commands

Callers 3

configure.pyFile · 0.90
compiler_wrapperMethod · 0.85
project.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected