Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ BinaryDistribution
Class
BinaryDistribution
setup.py:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
# Tested with wheel v0.29.0
15
class
BinaryDistribution(Distribution):
16
def
has_ext_modules(self):
17
return
True
18
19
20
class
ExtBuildPy(build_py):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected