HomeSort by relevance Sort by last modified time
    Searched full:_create_connection (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 138 self.sock = _create_connection((self.host, self.port))
168 # Here to end of _create_connection copied wholesale from Python 2.6"s socket.py
172 def _create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT): function

Completed in 70 milliseconds