Close the selector. This must be called to make sure that any underlying resource is freed.
(self)
| 171 | raise NotImplementedError |
| 172 | |
| 173 | def close(self): |
| 174 | """Close the selector. |
| 175 | |
| 176 | This must be called to make sure that any underlying resource is freed. |
| 177 | """ |
| 178 | pass |
| 179 | |
| 180 | def get_key(self, fileobj): |
| 181 | """Return the key associated to a registered file object. |