Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_uint32
Method
write_uint32
python/pyfory/context.py:423–424 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
421
self.buffer.write_int32(value)
422
423
def
write_uint32(self, value):
424
self.buffer.write_uint32(value)
425
426
def
write_int64(self, value):
427
self.buffer.write_int64(value)
Callers
4
write
Method · 0.45
write
Method · 0.45
write_primitive_item
Function · 0.45
test_stream_buffer_read
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_stream_buffer_read
Function · 0.36