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

Class XlangNestedTupleObject

python/pyfory/tests/test_struct.py:671–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669
670@dataclass(frozen=True)
671class XlangNestedTupleObject:
672 tuple_field: Tuple[List[int], Dict[str, int]]
673 list_of_tuples: List[Tuple[str, int]]
674 map_of_tuples: Dict[str, Tuple[str, int]]
675 set_of_tuples: Set[Tuple[str, int]]
676 tuple_of_tuples: Tuple[Tuple[str, int], Tuple[str, int]]
677
678
679def test_sort_fields():

Calls

no outgoing calls

Tested by 1