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

Function cpu_bits

scripts/gh_release.py:501–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

499
500
501def cpu_bits():
502 return 32 if sys.maxsize == 2**31 - 1 else 64
503
504
505# Name of venv used by `venv()`.

Callers 2

gh_release.pyFile · 0.70
platform_tagFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…