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

Class Child

python/pyfory/tests/test_field_meta.py:318–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317 @dataclass
318 class Child(Parent):
319 child_field: Int32 = pyfory.field(1)
320
321 fory = Fory(xlang=True, compatible=False, ref=True)
322 fory.register_type(Child, name="test.Child")

Callers 2

basicFunction · 0.85

Calls 1

fieldMethod · 0.65

Tested by 2

basicFunction · 0.68