Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ LocalClass
Class
LocalClass
python/pyfory/tests/test_function.py:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
124
@dataclass
125
class
LocalClass:
126
value: int
127
name: str
128
129
return
LocalClass(42,
"test"
)
130
Callers
1
create_local_class
Function · 0.70
Calls
no outgoing calls
Tested by
1
create_local_class
Function · 0.56