Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ __str__
Method
__str__
monai/fl/utils/exchange_object.py:106–107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
return
str(self.summary())
105
106
def
__str__(self):
107
return
str(self.summary())
Callers
nothing calls this directly
Calls
1
summary
Method · 0.95
Tested by
no test coverage detected