Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ total_bytes
Method
total_bytes
python/pyfory/_fory.py:55–56 ·
view source on GitHub ↗
Total size for serialized bytes of an object.
(self)
Source
from the content-addressed store, hash-verified
53
54
@abstractmethod
55
def
total_bytes(self) -> int:
56
""
"Total size for serialized bytes of an object."
""
57
58
@abstractmethod
59
def
write_to(self, stream):
Callers
3
write_buffer_object
Method · 0.45
test_oob_buffer
Function · 0.45
test_buffer_object_write_to_stream
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_oob_buffer
Function · 0.36
test_buffer_object_write_to_stream
Function · 0.36