Searched defs:getfqdn (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsocket.py96 __all__ = ["getfqdn", "create_connection"]
124 def getfqdn(name=''): function
H A Dftplib.py45 from socket import getfqdn; socket.getfqdn = getfqdn; del getfqdn namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsocket.py96 __all__ = ["getfqdn", "create_connection"]
124 def getfqdn(name=''): function
H A Dftplib.py45 from socket import getfqdn; socket.getfqdn = getfqdn; del getfqdn namespace

Completed in 916 milliseconds