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

Method __init__

tests/test_functional.py:67–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65
66class Timer:
67 def __init__(self):
68 self.starts = {}
69 self.ends = {}
70 self.agg = {}
71
72 def tick(self, name="default"):
73 if name not in self.starts:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected