Home
last modified time | relevance | path

Searched refs:_has_poll (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_telnetlib.py152 if not telnet._has_poll:
154 telnet._has_poll = True
164 telnet._has_poll = False
438 if not telnet._has_poll:
440 telnet._has_poll = True
450 telnet._has_poll = False
Dtest_subprocess.py1362 subprocess._has_poll = False
1366 subprocess._has_poll = True
/external/python/cpython2/Lib/
Dtelnetlib.py209 self._has_poll = hasattr(select, 'poll')
293 if self._has_poll:
652 if self._has_poll:
Dsubprocess.py73 _has_poll = hasattr(select, 'poll') variable
1097 if _has_poll: