MCPcopy Create free account
hub / github.com/apache/fory / from_pb_mediacontentlist

Function from_pb_mediacontentlist

benchmarks/python/benchmark.py:606–611  ·  view source on GitHub ↗
(pb_obj)

Source from the content-addressed store, hash-verified

604
605
606def from_pb_mediacontentlist(pb_obj) -> MediaContentList:
607 return MediaContentList(
608 media_content_list=[
609 from_pb_mediacontent(item) for item in pb_obj.media_content_list
610 ]
611 )
612
613
614PROTO_CONVERTERS = {

Callers

nothing calls this directly

Calls 2

from_pb_mediacontentFunction · 0.85
MediaContentListClass · 0.70

Tested by

no test coverage detected