Searched refs:_update_query_params (Results 1 – 2 of 2) sorted by relevance
432 def _update_query_params(uri, params): function859 token_revoke_uri = _update_query_params(self.revoke_uri, query_params)1873 return _update_query_params(self.auth_uri, query_params)
72 from oauth2client.client import _update_query_params842 updated = _update_query_params(uri, {'a': 'b'})847 updated = _update_query_params(uri, {'a': 'b', 'c': 'd&'})