Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fileno
Method
fileno
Lib/tempfile.py:796–798 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
794
return
self._file.errors
795
796
def
fileno(self):
797
self.rollover()
798
return
self._file.fileno()
799
800
def
flush(self):
801
self._file.flush()
Callers
1
test_truncate_with_size_parameter
Method · 0.95
Calls
1
rollover
Method · 0.95
Tested by
1
test_truncate_with_size_parameter
Method · 0.76