Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ try_flush
Method
try_flush
python/pyfory/_fory.py:497–498 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
495
self.write_context.exit_flush_barrier()
496
497
def
try_flush(self):
498
self.write_context.try_flush()
499
500
def
force_flush(self):
501
self.write_context.force_flush()
Callers
4
write
Method · 0.45
write
Method · 0.45
test_output_stream_try_flush_preserves_bound_buffer_when_barrier_active
Function · 0.45
test_output_stream_try_flush_small_payload_needs_force_flush
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_output_stream_try_flush_preserves_bound_buffer_when_barrier_active
Function · 0.36
test_output_stream_try_flush_small_payload_needs_force_flush
Function · 0.36