Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ testErrnoOnClosedReadable
Method
testErrnoOnClosedReadable
Lib/test/test_io/test_fileio.py:325–326 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
323
324
@ClosedFD
325
def
testErrnoOnClosedReadable(self, f):
326
f.readable()
327
328
@ClosedFD
329
def
testErrnoOnClosedWritable(self, f):
Callers
nothing calls this directly
Calls
1
readable
Method · 0.45
Tested by
no test coverage detected