Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_parent_child_fields
Method · 0.85
basic
Function · 0.85
Calls
1
field
Method · 0.65
Tested by
2
test_parent_child_fields
Method · 0.68
basic
Function · 0.68