MCPcopy
hub / github.com/pytest-dev/pytest / write

Method write

testing/test_capture.py:1524–1525  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

1522
1523 class DummyStream:
1524 def write(self, s):
1525 pass
1526
1527 stream = cast(TextIO, DummyStream())
1528 _windowsconsoleio_workaround(stream)

Calls

no outgoing calls

Tested by

no test coverage detected