Home
last modified time | relevance | path

Searched refs:_update_query_params (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py432 def _update_query_params(uri, params): function
859 token_revoke_uri = _update_query_params(self.revoke_uri, query_params)
1873 return _update_query_params(self.auth_uri, query_params)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py72 from oauth2client.client import _update_query_params
842 updated = _update_query_params(uri, {'a': 'b'})
847 updated = _update_query_params(uri, {'a': 'b', 'c': 'd&'})