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

Function openbsd

pipcl.py:2434–2435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2432 return platform.system() == 'Linux'
2433
2434def openbsd():
2435 return platform.system() == 'OpenBSD'
2436
2437
2438def show_system():

Callers 1

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…