Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
ReopenForRead
Method · 0.95
readall
Method · 0.45
Tested by
no test coverage detected