Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ write_varint32
Method
write_varint32
python/pyfory/context.py:432–433 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
430
self.buffer.write_uint64(value)
431
432
def
write_varint32(self, value):
433
self.buffer.write_varint32(value)
434
435
def
write_var_uint32(self, value):
436
self.buffer.write_var_uint32(value)
Callers
8
_write_decimal_parts
Function · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
test_decimal_codec_rejects_non_canonical_big_payloads
Function · 0.80
write
Method · 0.80
check_varint32
Function · 0.80
Calls
no outgoing calls
Tested by
4
write
Method · 0.64
test_decimal_codec_rejects_non_canonical_big_payloads
Function · 0.64
write
Method · 0.64
check_varint32
Function · 0.64