respace.ResultSet.add_results#
- ResultSet.add_results(results_metadata: ResultSetMetadata | ResultMetadata | List[ResultMetadata] | Mapping[str, Callable[[...], Any] | ResultSetDict]) None[source]#
Add new results to the set.
- Parameters:
- results_metadataResultSetMetadata | ResultSetMetadataInput
ResultSetMetadatainstance or dictionary describing the results to add. SeeResultSetMetadata.from_dict()for more information on the dictionary format.