Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ __reduce__
Method
__reduce__
python/pyfory/tests/test_policy.py:399–400 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
397
self.value = value
398
399
def
__reduce__(self):
400
return
(Inner, (self.value,))
401
402
class
Outer:
403
def
__init__(self, inner):
Callers
1
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected