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

Class ComplexObject1

python/pyfory/tests/test_cross_language.py:398–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397@dataclass
398class ComplexObject1:
399 f1: Any = None
400 f2: str = None
401 f3: List[str] = None
402 f4: Dict[pyfory.Int8, pyfory.Int32] = None
403 f5: pyfory.Int8 = None
404 f6: pyfory.Int16 = None
405 f7: pyfory.Int32 = None
406 f8: pyfory.Int64 = None
407 f9: pyfory.Float32 = None
408 f10: pyfory.Float64 = None
409 f11: pyfory.PyArray[pyfory.Int16] = None
410 f12: List[pyfory.Int16] = None
411
412
413@dataclass

Callers 3

readMethod · 0.70
test_register_serializerFunction · 0.70

Calls

no outgoing calls

Tested by 3

readMethod · 0.56
test_register_serializerFunction · 0.56