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

Class SimpleStruct

python/pyfory/tests/xlang_test_main.py:105–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104@dataclass
105class SimpleStruct:
106 f1: Dict[pyfory.Int32, pyfory.Float64] = None
107 f2: pyfory.Int32 = 0
108 f3: Item = None
109 f4: str = ""
110 f5: Color = None
111 f6: List[str] = None
112 f7: pyfory.Int32 = 0
113 f8: pyfory.Int32 = 0
114 last: pyfory.Int32 = 0
115
116
117@pyfory.dataclass

Callers 2

test_simple_structFunction · 0.70
test_named_simple_structFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_simple_structFunction · 0.56
test_named_simple_structFunction · 0.56