Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dhttp.py211 def _to_json(self, strip=None): member in MediaUpload
237 return self._to_json()
439 return self._to_json(strip=['_fd'])
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py230 def _to_json(self, strip): member in Credentials
263 return self._to_json(Credentials.NON_SERIALIZED_MEMBERS)
618 return self._to_json(Credentials.NON_SERIALIZED_MEMBERS)
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py447 return super(ServiceAccountCredentials, self)._to_json(strip)