(sockets, remain=None)
| 228 | |
| 229 | @staticmethod |
| 230 | def select(sockets, remain=None): |
| 231 | # type: (List[SuperSocket], Optional[float]) -> List[SuperSocket] |
| 232 | return select_objects(sockets, remain) |
| 233 | |
| 234 | |
| 235 | class L3WinSocket6(L3WinSocket): |
nothing calls this directly
no test coverage detected