HomeSort by relevance Sort by last modified time
    Searched refs:create_socket (Results 26 - 33 of 33) sorted by null

12

  /external/python/cpython3/Lib/
asyncore.py 282 def create_socket(self, family=socket.AF_INET, type=socket.SOCK_STREAM): member in class:dispatcher
smtpd.py 647 self.create_socket(gai_results[0][0], gai_results[0][1])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 214 self.create_socket(af, socket.SOCK_STREAM)
test_ssl.py 600 self.create_socket(socket.AF_INET, socket.SOCK_STREAM)
    [all...]
  /external/python/cpython3/Lib/test/
test_poplib.py 208 self.create_socket(af, socket.SOCK_STREAM)
test_ftplib.py 261 self.create_socket(af, socket.SOCK_STREAM)
    [all...]
test_os.py     [all...]
  /external/python/cpython2/Lib/test/
test_ftplib.py 220 self.create_socket(af, socket.SOCK_STREAM)

Completed in 555 milliseconds

12