_AccumulatedData.
extend_existing_row_data
extend_existing_row_data(
from_result: ExecutionResult
) ->
None
Extend the existing row data with the data from the ExecutionResult.
Parameters
name | type | description |
---|---|---|
from_result | ExecutionResult | The result whose data will be extended into the current instance's data. |