MCPcopy 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
2419def darwin():
2420 return sys.platform.startswith( 'darwin')
2421
2422def windows():
2423 return platform.system() == 'Windows'

Callers 6

build_extensionFunction · 0.85
__init__Method · 0.85
macos_add_cross_flagsFunction · 0.85
macos_patchFunction · 0.85
swig_getFunction · 0.85
macos_add_brew_pathFunction · 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…