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