MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / windows

Function windows

pipcl.py:2422–2423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2420 return sys.platform.startswith( 'darwin')
2421
2422def windows():
2423 return platform.system() == 'Windows'
2424
2425def wasm():
2426 return os.environ.get( 'OS') in ('wasm', 'wasm-mt')

Callers 8

build_extensionFunction · 0.85
base_compilerFunction · 0.85
base_linkerFunction · 0.85
runFunction · 0.85
__init__Method · 0.85
relpathFunction · 0.85
install_dirFunction · 0.85
sysconfig_python_flagsFunction · 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…