Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ total_bytes
Method
total_bytes
python/pyfory/serializer.py:1003–1004 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1001
self.pickle_buffer = pickle_buffer
1002
1003
def
total_bytes(self) -> int:
1004
return
len(self.pickle_buffer.raw())
1005
1006
def
write_to(self, stream):
1007
raw = self.pickle_buffer.raw()
Callers
nothing calls this directly
Calls
1
raw
Method · 0.45
Tested by
no test coverage detected