Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fileno
Method
fileno
Lib/selectors.py:432–433 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
430
_EVENT_WRITE = select.EPOLLOUT
431
432
def
fileno(self):
433
return
self._selector.fileno()
434
435
def
select(self, timeout=None):
436
if
timeout is None:
Callers
3
_fileobj_to_fd
Function · 0.45
fileno
Method · 0.45
fileno
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected