Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ create_bar
Function
create_bar
python/pyfory/tests/record.py:90–94 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
88
89
90
def
create_bar(cls):
91
obj = cls.__new__(cls)
92
obj.f1 = 1
93
obj.f2 =
"str"
94
return
obj
95
96
97
def
create_foo_pojo():
Callers
1
create_foo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected