MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / _cpu_bits

Function _cpu_bits

setup.py:898–901  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

896
897
898def _cpu_bits():
899 if sys.maxsize == 2**31 - 1:
900 return 32
901 return 64
902
903
904def build_mupdf_unix(

Callers 1

_windows_lib_directoryFunction · 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…