Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ write
Method
write
tests/test_termui.py:741–743 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
739
self.color = None
740
741
def
write(self, s):
742
calls.append(
"write"
)
743
return
super().write(s)
744
745
def
flush(self):
746
calls.append(
"flush"
)
Callers
15
input
Function · 0.45
input_non_lazy
Function · 0.45
write_to_dir
Function · 0.45
test_edit
Function · 0.45
_write_pager_from_multiple_sites
Function · 0.45
test_get_pager_file_pager_missing_binary_falls_back
Function · 0.45
test_get_pager_file_pager_unset_falls_back_when_no_default
Function · 0.45
test_get_pager_file_missing_pager_keeps_borrowed_stream_open
Function · 0.45
test_get_pager_file_nullpager_wraps_textio_stream
Function · 0.45
test_get_pager_file_nullpager_keeps_stringio_stream
Function · 0.45
test
Function · 0.45
cli
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected