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

Calls

no outgoing calls

Tested by

no test coverage detected