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