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

Method __init__

bitsandbytes/cextension.py:87–88  ·  view source on GitHub ↗
(self, lib: ct.CDLL)

Source from the content-addressed store, hash-verified

85 compiled_with_cuda = False
86
87 def __init__(self, lib: ct.CDLL):
88 self._lib = lib
89
90 @functools.cache # noqa: B019
91 def __getattr__(self, name):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected