HomeSort by relevance Sort by last modified time
    Searched refs:constructor_kwargs (Results 1 - 3 of 3) sorted by null

  /external/python/oauth2client/oauth2client/contrib/
appengine.py 876 constructor_kwargs = dict(kwargs)
877 constructor_kwargs.update({
884 constructor_kwargs['revoke_uri'] = revoke_ur
    [all...]
  /external/autotest/database/
database_connection.py 324 def get_test_database(cls, file_path=':memory:', **constructor_kwargs):
329 database = cls(**constructor_kwargs)
  /external/python/oauth2client/oauth2client/
client.py     [all...]

Completed in 200 milliseconds