MCPcopy 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
241class MediaContent:
242 media: Media = pyfory.field(id=1)
243 images: List[Image] = pyfory.field(id=2)
244
245
246@dataclass

Callers 2

create_media_contentFunction · 0.70
from_pb_mediacontentFunction · 0.70

Calls 1

fieldMethod · 0.65

Tested by

no test coverage detected