Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ create_bar
Function
create_bar
python/pyfory/tests/test_cross_language.py:129–133 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
127
128
129
def
create_bar(cls):
130
obj = cls.__new__(cls)
131
obj.f1 = 1
132
obj.f2 =
"str"
133
return
obj
134
135
136
@dataclass
Callers
1
create_foo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected