Searched defs:use_poll (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_asyncore.py | 813 use_poll = False variable in TestAPI_UseIPv4Select |
/external/python/cpython2/Lib/test/ | ||
D | test_asyncore.py | 747 use_poll = False variable in TestAPI_UseSelect |
/external/python/cpython3/Lib/ | ||
D | asyncore.py | 192 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument |
/external/python/cpython2/Lib/ | ||
D | asyncore.py | 205 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument |