Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ MockArgs
Class
MockArgs
bitsandbytes/optim/optimizer.py:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
MockArgs:
21
def
__init__(self, initial_data):
22
for
key in initial_data:
23
setattr(self, key, initial_data[key])
24
25
26
class
GlobalOptimManager:
Callers
2
__init__
Method · 0.70
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected