Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_int8
Method
write_int8
python/pyfory/context.py:408–409 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
406
self.buffer.write_bool(value)
407
408
def
write_int8(self, value):
409
self.buffer.write_int8(value)
410
411
def
write_uint8(self, value):
412
self.buffer.write_uint8(value)
Callers
15
write_encoded_meta_string
Method · 0.45
write_ref
Method · 0.45
write
Method · 0.45
write
Method · 0.45
_serialize_function
Method · 0.45
write
Method · 0.45
write
Method · 0.45
_write_field_value
Method · 0.45
write_ref_or_null
Method · 0.45
write_ref_value_flag
Method · 0.45
write_null_flag
Method · 0.45
write_ref_or_null
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_collection_mixed_type_primitive_ref_value_regression
Function · 0.36
test_invalid_top_level_ref_id_raises_value_error
Function · 0.36
test_invalid_collection_element_ref_id_raises_value_error
Function · 0.36
test_buffer
Function · 0.36
test_write_varint32
Function · 0.36
test_write_var_uint64
Function · 0.36
test_read_metastring_reset_clears_dynamic_ids_only
Function · 0.36