MCPcopy Create free account
hub / github.com/python/cpython / test_reentrant_write_text

Method test_reentrant_write_text

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

Source from the content-addressed store, hash-verified

151
152 @requires_alarm
153 def test_reentrant_write_text(self):
154 self.check_reentrant_write("xy", mode="w", encoding="ascii")
155
156 def check_interrupted_read_retry(self, decode, **fdopen_kwargs):
157 """Check that a buffered read, when it gets interrupted (either

Callers

nothing calls this directly

Calls 1

check_reentrant_writeMethod · 0.95

Tested by

no test coverage detected