Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ MediaContent
Class
MediaContent
benchmarks/python/benchmark.py:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
240
@dataclass
241
class
MediaContent:
242
media: Media = pyfory.field(id=1)
243
images: List[Image] = pyfory.field(id=2)
244
245
246
@dataclass
Callers
2
create_media_content
Function · 0.70
from_pb_mediacontent
Function · 0.70
Calls
1
field
Method · 0.65
Tested by
no test coverage detected