Searched refs:_has_poll (Results 1 – 4 of 4) sorted by relevance
152 if not telnet._has_poll:154 telnet._has_poll = True164 telnet._has_poll = False438 if not telnet._has_poll:440 telnet._has_poll = True450 telnet._has_poll = False
1362 subprocess._has_poll = False1366 subprocess._has_poll = True
209 self._has_poll = hasattr(select, 'poll')293 if self._has_poll:652 if self._has_poll:
73 _has_poll = hasattr(select, 'poll') variable1097 if _has_poll: