Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dasyncore.py164 def poll2(timeout=0.0, map=None): function
190 poll3 = poll2 # Alias for backward compatibility
197 poll_fun = poll2
/external/python/cpython2/Lib/
Dasyncore.py170 def poll2(timeout=0.0, map=None): function
203 poll3 = poll2 # Alias for backward compatibility
210 poll_fun = poll2
/external/python/cpython2/Lib/test/
Dtest_smtplib.py111 poll_fun = asyncore.poll2
/external/python/cpython3/Lib/test/
Dtest_smtplib.py156 poll_fun = asyncore.poll2