Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ to_bytes
Method
to_bytes
python/pyfory/tests/test_stream.py:86–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
return
1
85
86
def
to_bytes(self):
87
return
bytes(self._data)
88
89
90
class
CountingWriteStream:
Callers
3
test_dump_matches_dumps_bytes
Function · 0.95
test_dump_map_chunk_path_matches_dumps
Function · 0.95
test_dump_large_map_with_struct_values_matches_dumps
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected