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

Function create_media_content_list

benchmarks/python/benchmark.py:383–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381
382
383def create_media_content_list() -> MediaContentList:
384 return MediaContentList(
385 media_content_list=[create_media_content() for _ in range(LIST_SIZE)]
386 )
387
388
389def create_benchmark_data() -> Dict[str, Any]:

Callers 1

create_benchmark_dataFunction · 0.70

Calls 2

MediaContentListClass · 0.70
create_media_contentFunction · 0.70

Tested by

no test coverage detected