MCPcopy Create free account
hub / github.com/pytest-dev/pytest / write

Method write

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

Source from the content-addressed store, hash-verified

1442
1443 class DummyStream:
1444 def write(self, s):
1445 pass
1446
1447 stream = cast(TextIO, DummyStream())
1448 _py36_windowsconsoleio_workaround(stream)

Calls

no outgoing calls

Tested by

no test coverage detected