• Home
  • Raw
  • Download

Lines Matching refs:httplib2

7 import httplib2
21 http = httplib2.Http()
31 http = httplib2.Http()
32 old_retries = httplib2.RETRIES
33 httplib2.RETRIES = 1
41 httplib2.RETRIES = old_retries
45 http = httplib2.Http()
47 with tests.assert_raises(httplib2.ServerNotFoundError):
67 http = httplib2.Http()
81 http = httplib2.Http()
95 http = httplib2.Http()
106 http = httplib2.Http()
116 http = httplib2.Http()
129 http = httplib2.Http()
139 http = httplib2.Http()
148 http = httplib2.Http()
158 http = httplib2.Http()
168 http = httplib2.Http()
194 http = httplib2.Http()
209 http = httplib2.Http()
222 http = httplib2.Http(cache=tests.get_cache_path())
257 http = httplib2.Http()
283 http = httplib2.Http(cache=tests.get_cache_path(), timeout=0.5)
303 http = httplib2.Http(cache=tests.get_cache_path())
347 http = httplib2.Http()
361 except httplib2.RedirectLimit:
380 http = httplib2.Http()
386 except httplib2.RedirectMissingLocation:
409 http = httplib2.Http()
424 http = httplib2.Http()
431 http = httplib2.Http()
444 http = httplib2.Http(cache=cache_path)
472 cache_path, httplib2.safename(httplib2.urlnorm(uri)[-1])
493 http = httplib2.Http(cache=tests.get_cache_path())
523 http = httplib2.Http(cache=tests.get_cache_path())
575 http = httplib2.Http(cache=tests.get_cache_path())
600 http = httplib2.Http(cache=tests.get_cache_path(), timeout=1)
627 http = httplib2.Http(cache=tests.get_cache_path(), timeout=1)
650 http = httplib2.Http(cache=tests.get_cache_path(), timeout=1)
678 http = httplib2.Http()
686 http = httplib2.Http()
700 http = httplib2.Http()
714 http = httplib2.Http()
727 http = httplib2.Http()