Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_int16
Method
write_int16
python/pyfory/context.py:414–415 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
412
self.buffer.write_uint8(value)
413
414
def
write_int16(self, value):
415
self.buffer.write_int16(value)
416
417
def
write_uint16(self, value):
418
self.buffer.write_uint16(value)
Callers
6
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write_primitive_item
Function · 0.45
test_buffer
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_buffer
Function · 0.36