MCPcopy Create free account
hub / github.com/cactus-compute/cactus / __init__

Method __init__

python/src/cli.py:546–548  ·  view source on GitHub ↗
(self, config, state_dict)

Source from the content-addressed store, hash-verified

544
545 class _StateDictModel:
546 def __init__(self, config, state_dict):
547 self.config = config
548 self._state_dict = state_dict
549
550 def state_dict(self):
551 return self._state_dict

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected