Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ FooNested
Class
FooNested
python/pyfory/format/tests/test_encoder.py:220–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
219
@dataclass
220
class
FooNested:
221
f1: int
222
f2: List[int]
223
f3: Dict[str, int]
224
f4: List[BarNested]
225
226
227
def
test_binary_row_access():
Callers
2
test_binary_row_access
Function · 0.85
benchmark_row_access
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_binary_row_access
Function · 0.68
benchmark_row_access
Function · 0.68