Home
last modified time | relevance | path

Searched refs:build_http (Results 1 – 8 of 8) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
D_auth.py92 from googleapiclient.http import build_http
102 return google_auth_httplib2.AuthorizedHttp(credentials, http=build_http())
104 return credentials.authorize(build_http())
Dsample_tools.py29 from googleapiclient.http import build_http
99 http = credentials.authorize(http=build_http())
Ddiscovery.py59 from googleapiclient.http import build_http
212 discovery_http = build_http()
384 http = build_http()
Dhttp.py1874 def build_http(): function
/external/python/google-api-python-client/
Ddescribe.py40 from googleapiclient.http import build_http
384 http = build_http()
405 http = build_http()
425 http = build_http()
/external/python/google-api-python-client/tests/
Dtest_http.py48 from googleapiclient.http import build_http
273 http = build_http()
1637 http = build_http()
1643 http = build_http()
1648 http = build_http()
1652 http = build_http()
Dtest_discovery.py68 from googleapiclient.http import build_http
1526 http = build_http()
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt97 googleapiclient.http.build_http googleapiclient.http-module.html#build_http