Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_bytes
Method
write_bytes
python/pyfory/context.py:459–460 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
457
self.buffer.write_string(value)
458
459
def
write_bytes(self, value):
460
self.buffer.write_bytes(value)
461
462
463
class
ReadContext:
Callers
15
write_encoded_meta_string
Method · 0.45
_write_decimal_parts
Function · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write_to
Method · 0.45
write_shared_type_meta
Method · 0.45
test_decode_typedef_rejects_compressed_xlang_metadata
Function · 0.45
_read_remote_typedef
Function · 0.45
test_decimal_codec_rejects_non_canonical_big_payloads
Function · 0.45
test_buffer
Function · 0.45
test_buffer_flush_stream
Function · 0.45
Calls
no outgoing calls
Tested by
11
test_decode_typedef_rejects_compressed_xlang_metadata
Function · 0.36
_read_remote_typedef
Function · 0.36
test_decimal_codec_rejects_non_canonical_big_payloads
Function · 0.36
test_buffer
Function · 0.36
test_buffer_flush_stream
Function · 0.36
test_output_stream_try_flush_preserves_bound_buffer_when_barrier_active
Function · 0.36
test_output_stream_try_flush_small_payload_needs_force_flush
Function · 0.36
test_read_big_metastring_rejects_noncanonical_hash
Function · 0.36
test_cached_big_metastring_validates_bytes_before_reuse
Function · 0.36
test_cython_cached_big_metastring_validates_bytes_before_reuse
Function · 0.36
test_read_metastring_reset_clears_dynamic_ids_only
Function · 0.36