Home
last modified time | relevance | path

Searched refs:_to_json (Results 1 – 6 of 6) sorted by relevance

/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt201 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
213 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
228 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
239 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
/external/python/oauth2client/oauth2client/
Dservice_account.py119 def _to_json(self, strip, to_serialize=None): member in ServiceAccountCredentials
141 return super(ServiceAccountCredentials, self)._to_json(
Dclient.py243 def _to_json(self, strip, to_serialize=None): member in Credentials
285 return self._to_json(self.NON_SERIALIZED_MEMBERS)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py340 def _to_json(self, strip=None): member in MediaUpload
366 return self._to_json()
571 return self._to_json(strip=['_fd'])
/external/python/oauth2client/tests/
Dtest_service_account.py69 serialized_str = creds._to_json([], to_serialize.copy())
Dtest_client.py113 json_payload = credentials._to_json([])
129 json_payload = credentials._to_json(to_strip)
149 json_payload = credentials._to_json([], to_serialize=to_serialize)