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

Method read

python/pyfory/tests/xlang_test_main.py:170–173  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

168 write_context.write_varint32(value.id)
169
170 def read(self, read_context):
171 obj = MyExt()
172 obj.id = read_context.read_varint32()
173 return obj
174
175
176@dataclass

Callers

nothing calls this directly

Calls 2

read_varint32Method · 0.80
MyExtClass · 0.70

Tested by

no test coverage detected