Return the readable file descriptor for selector registration.
(self)
| 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. |
no outgoing calls