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

Class Image

benchmarks/python/benchmark.py:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222@dataclass
223class Image:
224 uri: str = pyfory.field(id=1)
225 title: str = pyfory.field(id=2)
226 width: pyfory.Int32 = pyfory.field(id=3)
227 height: pyfory.Int32 = pyfory.field(id=4)
228 size: Size = pyfory.field(id=5)
229
230
231@dataclass

Callers 2

create_media_contentFunction · 0.70
from_pb_imageFunction · 0.70

Calls 1

fieldMethod · 0.65

Tested by

no test coverage detected