Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2428
def
pyodide():
2429
return
os.environ.get(
'PYODIDE'
) ==
'1'
2430
2431
def
linux():
2432
return
platform.system() ==
'Linux'
Callers
2
build_extension
Function · 0.85
__init__
Method · 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…