Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/contrib/
Dappengine.py876 constructor_kwargs = dict(kwargs)
877 constructor_kwargs.update({
884 constructor_kwargs['revoke_uri'] = revoke_uri
887 scope, **constructor_kwargs)
/external/autotest/database/
Ddatabase_connection.py324 def get_test_database(cls, file_path=':memory:', **constructor_kwargs): argument
329 database = cls(**constructor_kwargs)
/external/python/oauth2client/oauth2client/
Dclient.py2108 constructor_kwargs = {
2116 constructor_kwargs['revoke_uri'] = revoke_uri
2118 constructor_kwargs['device_uri'] = device_uri
2121 scope, **constructor_kwargs)