Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_bool
Method
write_bool
python/pyfory/context.py:405–406 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
403
output_stream.force_flush()
404
405
def
write_bool(self, value):
406
self.buffer.write_bool(value)
407
408
def
write_int8(self, value):
409
self.buffer.write_int8(value)
Callers
7
write_non_ref
Method · 0.45
write_buffer_object
Method · 0.45
_serialize_function
Method · 0.45
write
Method · 0.45
write
Method · 0.45
test_buffer
Function · 0.45
test_buffer
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_buffer
Function · 0.36
test_buffer
Function · 0.36