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

Function linux

pipcl.py:2431–2432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2429 return os.environ.get( 'PYODIDE') == '1'
2430
2431def linux():
2432 return platform.system() == 'Linux'
2433
2434def openbsd():
2435 return platform.system() == 'OpenBSD'

Callers 2

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