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

Method __init__

bitsandbytes/functional.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 _instance = None
51
52 def __init__(self):
53 raise RuntimeError("Call get_instance() instead")
54
55 def initialize(self):
56 self.context = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected