Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fileno
Method
fileno
Lib/_pyio.py:865–866 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
863
### Lower-level APIs ###
864
865
def
fileno(self):
866
return
self.raw.fileno()
867
868
def
isatty(self):
869
return
self.raw.isatty()
Callers
nothing calls this directly
Calls
1
fileno
Method · 0.45
Tested by
no test coverage detected