MCPcopy 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_fdFunction · 0.45
filenoMethod · 0.45
filenoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected