Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_var_uint32
Method
write_var_uint32
python/pyfory/context.py:435–436 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
433
self.buffer.write_varint32(value)
434
435
def
write_var_uint32(self, value):
436
self.buffer.write_var_uint32(value)
437
438
def
write_varint64(self, value):
439
self.buffer.write_varint64(value)
Callers
15
write_encoded_meta_string
Method · 0.45
write_buffer_object
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
_serialize_local_class
Method · 0.45
_serialize_function
Method · 0.45
write
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
10
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
_read_remote_typedef
Function · 0.36
check_varuint32
Function · 0.36
test_stream_buffer_read
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