Return a mapping of file objects to selector keys.
(self)
| 197 | |
| 198 | @abstractmethod |
| 199 | def get_map(self): |
| 200 | """Return a mapping of file objects to selector keys.""" |
| 201 | raise NotImplementedError |
| 202 | |
| 203 | def __enter__(self): |
| 204 | return self |
no outgoing calls
no test coverage detected