mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 07:48:20 +00:00
Google doc style
This commit is contained in:
@@ -195,10 +195,11 @@ class SQLBaseStore(object):
|
||||
|
||||
def _simple_upsert(self, table, keyvalues, values):
|
||||
"""
|
||||
:param table: The table to upsert into
|
||||
:param keyvalues: Dict of the unique key tables and their new values
|
||||
:param values: Dict of all the nonunique columns and their new values
|
||||
:return: A deferred
|
||||
Args:
|
||||
table (str): The table to upsert into
|
||||
keyvalues (dict): The unique key tables and their new values
|
||||
values (dict): The nonunique columns and their new values
|
||||
Returns: A deferred
|
||||
"""
|
||||
return self.runInteraction(
|
||||
"_simple_upsert",
|
||||
|
||||
Reference in New Issue
Block a user