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

Function wasm

pipcl.py:2425–2426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2423 return platform.system() == 'Windows'
2424
2425def wasm():
2426 return os.environ.get( 'OS') in ('wasm', 'wasm-mt')
2427
2428def pyodide():
2429 return os.environ.get( 'PYODIDE') == '1'

Callers 2

base_compilerFunction · 0.85
base_linkerFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…