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

Method test_reentrant_write_buffered

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

Source from the content-addressed store, hash-verified

147
148 @requires_alarm
149 def test_reentrant_write_buffered(self):
150 self.check_reentrant_write(b"xy", mode="wb")
151
152 @requires_alarm
153 def test_reentrant_write_text(self):

Callers

nothing calls this directly

Calls 1

check_reentrant_writeMethod · 0.95

Tested by

no test coverage detected