Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2425
def
wasm():
2426
return
os.environ.get(
'OS'
) in (
'wasm'
,
'wasm-mt'
)
2427
2428
def
pyodide():
2429
return
os.environ.get(
'PYODIDE'
) ==
'1'
Callers
2
base_compiler
Function · 0.85
base_linker
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…