MCPcopy
hub / github.com/benoitc/gunicorn / fileno

Method fileno

gunicorn/workers/gthread.py:171–173  ·  view source on GitHub ↗

Return the readable file descriptor for selector registration.

(self)

Source from the content-addressed store, hash-verified

169 pass
170
171 def fileno(self):
172 """Return the readable file descriptor for selector registration."""
173 return self._read_fd
174
175 def defer(self, callback, *args):
176 """Queue a callback to be run on the main thread.

Callers 2

runMethod · 0.45

Calls

no outgoing calls

Tested by 1