Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
458
class
DistCall:
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected