Searched defs:create_connection (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsocket.py27 create_connection() -- connects to an address, with an optional timeout and
96 __all__ = ["getfqdn", "create_connection"]
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsocket.py27 create_connection() -- connects to an address, with an optional timeout and
96 __all__ = ["getfqdn", "create_connection"]
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function

Completed in 603 milliseconds