MCPcopy
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)

Calls

no outgoing calls

Tested by

no test coverage detected