HomeSort by relevance Sort by last modified time
    Searched refs:_is_stream_socket (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/asyncio/
base_events.py 87 def _is_stream_socket(sock): function
791 if not _is_stream_socket(sock):
    [all...]
unix_events.py 245 not base_events._is_stream_socket(sock)):
300 not base_events._is_stream_socket(sock)):
    [all...]

Completed in 226 milliseconds