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