MCPcopy Index your code
hub / github.com/Project-MONAI/MONAI / __setstate__

Method __setstate__

tests/test_utils.py:454–455  ·  view source on GitHub ↗
(self, data_dict)

Source from the content-addressed store, hash-verified

452 return self_dict
453
454 def __setstate__(self, data_dict):
455 self.__dict__.update(data_dict)
456
457
458class DistCall:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected