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

Class Struct1

benchmarks/python/fory_benchmark.py:199–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198@dataclass
199class Struct1:
200 f1: Any = None
201 f2: str = None
202 f3: List[str] = None
203 f4: Dict[pyfory.Int8, pyfory.Int32] = None
204 f5: pyfory.Int8 = None
205 f6: pyfory.Int16 = None
206 f7: pyfory.Int32 = None
207 f8: pyfory.Int64 = None
208 f9: pyfory.Float32 = None
209 f10: pyfory.Float64 = None
210 f11: pyfory.PyArray[pyfory.Int16] = None
211 f12: List[pyfory.Int16] = None
212
213
214@dataclass

Callers 1

fory_benchmark.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected