Home
last modified time | relevance | path

Searched defs:from_json (Results 1 – 7 of 7) sorted by relevance

/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py139 def from_json(cls, json_data): member in DevshellCredentials
Dgce.py80 def from_json(cls, json_data): member in AppAssertionCredentials
Dappengine.py156 def from_json(cls, json_data): member in AppAssertionCredentials
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py432 def from_json(cls, json_data): member in GceAssertionCredentials
477 def from_json(cls, json_data): member in GaeAssertionCredentials
/external/python/oauth2client/oauth2client/
Dclient.py319 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
Dservice_account.py424 def from_json(cls, json_data): member in ServiceAccountCredentials
/external/python/google-api-python-client/googleapiclient/
Dhttp.py574 def from_json(s): member in MediaFileUpload
1039 def from_json(s, http, postproc): member in HttpRequest