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

Method testErrnoOnClosedWritable

Lib/test/test_io/test_fileio.py:329–330  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

327
328 @ClosedFD
329 def testErrnoOnClosedWritable(self, f):
330 f.writable()
331
332 @ClosedFD
333 def testErrnoOnClosedFileno(self, f):

Callers

nothing calls this directly

Calls 1

writableMethod · 0.45

Tested by

no test coverage detected