Home
last modified time | relevance | path

Searched refs:new_from_json (Results 1 – 14 of 14) sorted by relevance

/external/python/oauth2client/tests/contrib/
Dtest_keyring_storage.py69 MockCreds.new_from_json = new_from_json = mock.MagicMock(
73 new_from_json.assert_called_once_with(mock_content)
Dtest_appengine.py163 credentials = client.Credentials.new_from_json(json)
/external/python/oauth2client/oauth2client/contrib/
Dkeyring_storage.py76 credentials = client.Credentials.new_from_json(content)
D_appengine_ndb.py141 credentials = client.Credentials.new_from_json(value)
Dmultiprocess_file_storage.py157 credential = client.Credentials.new_from_json(credential_json)
Dappengine.py285 credentials = client.Credentials.new_from_json(value)
392 credentials = client.Credentials.new_from_json(json)
Dmultistore_file.py428 credential = client.Credentials.new_from_json(
/external/python/oauth2client/oauth2client/
Dfile.py65 credentials = client.Credentials.new_from_json(content)
Dclient.py288 def new_from_json(cls, json_data): member in Credentials
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt198 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
210 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
225 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
237 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
/external/python/oauth2client/tests/
Dtest_jwt.py271 restored = client.Credentials.new_from_json(json)
Dtest_client.py85 client.Credentials.new_from_json(json)
179 client.Credentials.new_from_json(json_data)
187 credentials = client.Credentials.new_from_json(json_data)
196 credentials = client.Credentials.new_from_json(json_data)
206 client.Credentials.new_from_json(json_data)
215 client.Credentials.new_from_json(json_data)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py369 def new_from_json(cls, s): member in MediaUpload
1043 d['resumable'] = MediaUpload.new_from_json(d['resumable'])
/external/python/google-api-python-client/tests/
Dtest_http.py229 new_upload = MediaUpload.new_from_json(json)