Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ RemoteNestedNullable
Class
RemoteNestedNullable
python/pyfory/tests/test_struct.py:257–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
256
@dataclass
257
class
RemoteNestedNullable:
258
values: Dict[pyfory.Int32, List[Optional[pyfory.Int32]]] = dataclasses.field(default_factory=dict)
259
260
261
@dataclass
Callers
1
test_nested_nullable_scalar_compatible
Function · 0.85
Calls
1
field
Method · 0.65
Tested by
1
test_nested_nullable_scalar_compatible
Function · 0.68