Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_logger_utils.py123 def add_row(dictionary, row_list_to_update): argument
130 row_list_to_update.append(to_add)
133 def change_field_name(old_name, new_name, row_list_to_update): argument
146 for row in row_list_to_update: