Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fileno
Method
fileno
Lib/selectors.py:478–479 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
476
_EVENT_WRITE = select.POLLOUT
477
478
def
fileno(self):
479
return
self._selector.fileno()
480
481
def
close(self):
482
self._selector.close()
Callers
nothing calls this directly
Calls
1
fileno
Method · 0.45
Tested by
no test coverage detected