MCPcopy Index your code
hub / github.com/python/cpython / test_interrupted_write_text

Method test_interrupted_write_text

Lib/test/test_io/test_signals.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 @requires_alarm
116 @unittest.skipUnless(hasattr(os, "pipe"), "requires os.pipe()")
117 def test_interrupted_write_text(self):
118 self.check_interrupted_write("xy", b"xy", mode="w", encoding="ascii")
119
120 @support.no_tracing
121 def check_reentrant_write(self, data, **fdopen_kwargs):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected