_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

nametypedescription
from_resultExecutionResultThe result whose data will be extended into the current instance's data.

Returns

No docs