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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 853 gai_errnos = []
857 gai_errnos = [getattr(socket, name, num)
863 (isinstance(err, socket.gaierror) and n in gai_errnos) or
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 853 gai_errnos = []
857 gai_errnos = [getattr(socket, name, num)
863 (isinstance(err, socket.gaierror) and n in gai_errnos) or
    [all...]

Completed in 1796 milliseconds