Lines Matching refs:httplib2
7 import httplib2
23 http = httplib2.Http()
33 http = httplib2.Http()
34 old_retries = httplib2.RETRIES
35 httplib2.RETRIES = 1
43 httplib2.RETRIES = old_retries
47 http = httplib2.Http()
49 with tests.assert_raises(httplib2.ServerNotFoundError):
69 http = httplib2.Http()
83 http = httplib2.Http()
97 http = httplib2.Http()
108 http = httplib2.Http()
118 http = httplib2.Http()
131 http = httplib2.Http()
141 http = httplib2.Http()
150 http = httplib2.Http()
160 http = httplib2.Http()
170 http = httplib2.Http()
196 http = httplib2.Http()
211 http = httplib2.Http()
224 http = httplib2.Http(cache=tests.get_cache_path())
259 http = httplib2.Http()
285 http = httplib2.Http(cache=tests.get_cache_path(), timeout=0.5)
305 http = httplib2.Http(cache=tests.get_cache_path())
349 http = httplib2.Http()
363 except httplib2.RedirectLimit:
382 http = httplib2.Http()
388 except httplib2.RedirectMissingLocation:
411 http = httplib2.Http()
426 http = httplib2.Http()
433 http = httplib2.Http()
446 http = httplib2.Http(cache=cache_path)
474 cache_path, httplib2.safename(httplib2.urlnorm(uri)[-1])
495 http = httplib2.Http(cache=tests.get_cache_path())
525 http = httplib2.Http(cache=tests.get_cache_path())
577 http = httplib2.Http(cache=tests.get_cache_path())
602 http = httplib2.Http(cache=tests.get_cache_path(), timeout=1)
629 http = httplib2.Http()
637 http = httplib2.Http()