function_name stringclasses 5 values | docstring stringclasses 5 values | question stringclasses 5 values |
|---|---|---|
Table.update | update db entry
:param field_dict: dictionary of fields and values
:param where_clause: where clause for the update | What is the function for Table.update? |
Table.insert | insert new db entry
:param fields: list of fields to insert
:param values: list of values to insert
:return: row id of the new row | What is the name of the function that inserts a new db entry? |
ReportsTable.store | :param report: the report to store
:param test_id: the id of the test reported
:return: report id | What is the name of the function that stores the report? |
ReportsTable.get | get report by the test id
:param test_id: test id
:return: Report object | What is the name of the function that returns a report? |
ReportsTable.get_report_list | :return: ids of test reports | What is the name of the function that returns the ids of test reports? |
README.md exists but content is empty.
- Downloads last month
- 104