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

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 31 import httplib2 namespace
515 class Client(httplib2.Http):
531 httplib2.Http.__init__(self, cache=cache, timeout=timeout,
541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None):
573 return httplib2.Http.request(self, uri, method=method, body=body,
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 14 httplib2, lxml, pycurl.
38 import httplib2 namespace
123 link = httplib2.iri2uri(link).encode('utf-8')
  /external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py 29 import httplib2 namespace
437 self.http = httplib2.Http()

Completed in 421 milliseconds