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