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

Function test_nested_nullable_scalar_compatible

python/pyfory/tests/test_struct.py:583–589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581
582
583def test_nested_nullable_scalar_compatible():
584 assert compat_ser_de(
585 RemoteNestedNullable,
586 LocalNestedRequired,
587 RemoteNestedNullable(values={1: [2]}),
588 706,
589 ) == LocalNestedRequired(values={1: [2]})
590
591
592def test_nested_ref_tracking_compatible():

Callers

nothing calls this directly

Calls 3

compat_ser_deFunction · 0.85
LocalNestedRequiredClass · 0.85

Tested by

no test coverage detected