Searched defs:from_json (Results 1 – 7 of 7) sorted by relevance
/external/python/oauth2client/oauth2client/contrib/ |
D | devshell.py | 139 def from_json(cls, json_data): member in DevshellCredentials
|
D | gce.py | 80 def from_json(cls, json_data): member in AppAssertionCredentials
|
D | appengine.py | 156 def from_json(cls, json_data): member in AppAssertionCredentials
|
/external/python/apitools/apitools/base/py/ |
D | credentials_lib.py | 432 def from_json(cls, json_data): member in GceAssertionCredentials 477 def from_json(cls, json_data): member in GaeAssertionCredentials
|
/external/python/oauth2client/oauth2client/ |
D | client.py | 319 def from_json(cls, unused_data): member in Credentials 614 def from_json(cls, json_data): member in OAuth2Credentials 973 def from_json(cls, json_data): member in AccessTokenCredentials 1138 def from_json(cls, json_data): member in GoogleCredentials
|
D | service_account.py | 424 def from_json(cls, json_data): member in ServiceAccountCredentials
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 574 def from_json(s): member in MediaFileUpload 1039 def from_json(s, http, postproc): member in HttpRequest
|