Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pymupdf/PyMuPDF
/ darwin
Function
darwin
pipcl.py:2419–2420 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2417
2418
2419
def
darwin():
2420
return
sys.platform.startswith(
'darwin'
)
2421
2422
def
windows():
2423
return
platform.system() ==
'Windows'
Callers
6
build_extension
Function · 0.85
__init__
Method · 0.85
macos_add_cross_flags
Function · 0.85
macos_patch
Function · 0.85
swig_get
Function · 0.85
macos_add_brew_path
Function · 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…