Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ Foo
Class
Foo
python/pyfory/format/tests/test_encoder.py:52–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
@dataclass
52
class
Foo:
53
f1: int
54
f2: str
55
f3: List[str]
56
f4: Dict[str, int]
57
f5: List[int]
58
f6: int
59
f7: Bar
60
61
62
def
create_foo():
Callers
1
create_foo
Function · 0.70
Calls
no outgoing calls
Tested by
1
create_foo
Function · 0.56