Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write_string
Method
write_string
python/pyfory/context.py:456–457 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
454
self.buffer.write_double(value)
455
456
def
write_string(self, value):
457
self.buffer.write_string(value)
458
459
def
write_bytes(self, value):
460
self.buffer.write_bytes(value)
Callers
12
write_non_ref
Method · 0.45
write
Method · 0.45
write
Method · 0.45
_serialize_local_class
Method · 0.45
write
Method · 0.45
_serialize_function
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
test_collection_mixed_type_primitive_ref_value_regression
Function · 0.45
test_stream_buffer_read
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_collection_mixed_type_primitive_ref_value_regression
Function · 0.36
test_stream_buffer_read
Function · 0.36