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

Method testErrnoOnClosedReadall

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

Source from the content-addressed store, hash-verified

353
354 @ClosedFDRaises
355 def testErrnoOnClosedReadall(self, f):
356 f = self.ReopenForRead()
357 f.readall()
358
359 @ClosedFDRaises
360 def testErrnoOnClosedReadinto(self, f):

Callers

nothing calls this directly

Calls 2

ReopenForReadMethod · 0.95
readallMethod · 0.45

Tested by

no test coverage detected