Searched refs:_real_select (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_socketserver.py | 41 _real_select = select.select variable 44 r, w, x = _real_select([sock], [], [], timeout)
|
/external/python/cpython3/Lib/test/ |
D | test_socketserver.py | 39 _real_select = select.select variable 42 r, w, x = _real_select([sock], [], [], timeout)
|