Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ func
Function
func
python/pyfory/tests/test_serializer.py:937–938 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
935
assert c(2) == 4
936
937
def
func(x):
938
return
x * 2
939
940
c = fory.deserialize(fory.serialize(func))
941
assert c(2) == 4
Callers
10
test_compile_function
Function · 0.85
test_cross_language.py
File · 0.85
xlang_test_main.py
File · 0.85
for_each_index
Function · 0.85
traversalContainer
Method · 0.85
reGenerateSerializer
Method · 0.85
parse_args
Function · 0.85
_bump_version
Function · 0.85
run_benchmark
Function · 0.85
run_benchmark
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected