Home
last modified time | relevance | path

Searched refs:NON_SERIALIZED_MEMBERS (Results 1 – 3 of 3) sorted by relevance

/external/python/oauth2client/oauth2client/
Dservice_account.py85 NON_SERIALIZED_MEMBERS = ( variable in ServiceAccountCredentials
87 client.AssertionCredentials.NON_SERIALIZED_MEMBERS)
Dclient.py202 NON_SERIALIZED_MEMBERS = frozenset(['store']) variable in Credentials
285 return self._to_json(self.NON_SERIALIZED_MEMBERS)
1090 NON_SERIALIZED_MEMBERS = ( variable in GoogleCredentials
1092 OAuth2Credentials.NON_SERIALIZED_MEMBERS)
/external/python/oauth2client/tests/
Dtest_client.py173 client.Credentials.NON_SERIALIZED_MEMBERS)