MCPcopy
hub / github.com/pallets/click / flush

Method flush

tests/test_termui.py:745–746  ·  tests/test_termui.py::RecordingStream.flush
(self)

Source from the content-addressed store, hash-verified

743 return super().write(s)
744
745 def flush(self):
746 calls.append(class="st">"flush")
747
748 stream = RecordingStream()
749 monkeypatch.setattr(click._termui_impl, class="st">"isatty", lambda _: False)

Calls

no outgoing calls

Tested by

no test coverage detected