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

  /external/python/cpython3/Lib/
socket.py 267 sockno = self.fileno()
290 selector.register(sockno, selectors.EVENT_WRITE)
305 sent = os_sendfile(sockno, fileno, offset, blocksize)
  /external/python/cpython3/Lib/test/
test_os.py     [all...]

Completed in 88 milliseconds