Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ flush
Method
flush
tests/test_termui.py:745–746 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
743
return
super().write(s)
744
745
def
flush(self):
746
calls.append(
"flush"
)
747
748
stream = RecordingStream()
749
monkeypatch.setattr(click._termui_impl,
"isatty"
,
lambda
_: False)
Callers
10
test_edit
Function · 0.45
test
Function · 0.45
cli
Function · 0.45
test_dual_options_custom_type_sentinel_flag_value
Function · 0.45
inout
Function · 0.45
test_source_uses_lf_line_endings
Function · 0.45
test_wrapper_close_does_not_close_underlying_buffer
Function · 0.45
test_wrapper_del_does_not_close_underlying_buffer
Function · 0.45
test_multiple_wrappers_same_buffer
Function · 0.45
test_mixer_buffers_survive_wrapper_gc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected