MCPcopy Create free account
hub / github.com/bitsandbytes-foundation/bitsandbytes / has_ext_modules

Method has_ext_modules

setup.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14# Tested with wheel v0.29.0
15class BinaryDistribution(Distribution):
16 def has_ext_modules(self):
17 return True
18
19
20class ExtBuildPy(build_py):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected