MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / __getstate__

Method __getstate__

KVCOMM/graph/graph.py:443–446  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

441 return self.spatial_masks, self.temporal_masks
442
443 def __getstate__(self):
444 state = self.__dict__.copy()
445
446 return state
447
448 def __setstate__(self, state):
449 self.__dict__.update(state)

Callers 1

__deepcopy__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected