MCPcopy Create free account
hub / github.com/alibaba/proxima / __init__

Method __init__

benchmark/common/proxima2_dataset.py:232–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230
231class KeyObject(StorageObject):
232 def __init__(self):
233 StorageObject.__init__(self, 'Q')
234 self._key = 0
235
236 def pack(self):
237 return struct.pack(self.fmt(), self._key)

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected