Home
last modified time | relevance | path

Searched refs:authorized_http (Results 1 – 4 of 4) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest__auth.py69 authorized_http = _auth.authorized_http(credentials)
72 authorized_http,
74 self.assertEqual(authorized_http.credentials, credentials)
75 self.assertIsInstance(authorized_http.http, httplib2.Http)
76 self.assertIsInstance(authorized_http.http.timeout, int)
77 self.assertGreater(authorized_http.http.timeout, 0)
120 authorized_http = _auth.authorized_http(credentials)
124 self.assertEqual(authorized_http, credentials.authorize.return_value)
155 _auth.authorized_http(credentials)
/external/python/google-api-python-client/googleapiclient/
D_auth.py79 def authorized_http(credentials): function
Ddiscovery.py371 http = _auth.authorized_http(credentials)
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt7 googleapiclient._auth.authorized_http googleapiclient._auth-module.html#authorized_http