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

  /external/python/cpython3/Lib/
socket.py 265 def _sendfile_use_sendfile(self, file, offset=0, count=None): function in function:socket.makefile
330 def _sendfile_use_sendfile(self, file, offset=0, count=None): function in function:socket.makefile
402 return self._sendfile_use_sendfile(file, offset, count)
  /external/python/cpython3/Lib/test/
test_socket.py     [all...]

Completed in 218 milliseconds