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

Function pyodide

pipcl.py:2428–2429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2426 return os.environ.get( 'OS') in ('wasm', 'wasm-mt')
2427
2428def pyodide():
2429 return os.environ.get( 'PYODIDE') == '1'
2430
2431def linux():
2432 return platform.system() == 'Linux'

Callers 2

build_extensionFunction · 0.85
__init__Method · 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…