Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/struct.py:787–788 ·
view source on GitHub ↗
(self, read_context)
Source
from the content-addressed store, hash-verified
785
self._replace().write(write_context, value)
786
787
def
read(self, read_context):
788
return
self._replace().read(read_context)
789
790
def
_replace(self):
791
typeinfo = self.type_resolver.get_type_info(self.type_)
Callers
nothing calls this directly
Calls
2
_replace
Method · 0.95
read
Method · 0.65
Tested by
no test coverage detected