pub fn build_row_from_components(
components_per_descr: &Bound<'_, PyDict>,
time_point: &TimePoint,
) -> PyResult<PendingRow>
Expand description
Build a PendingRow
given a ‘**kwargs’-style dictionary of component arrays.
pub fn build_row_from_components(
components_per_descr: &Bound<'_, PyDict>,
time_point: &TimePoint,
) -> PyResult<PendingRow>
Build a PendingRow
given a ‘**kwargs’-style dictionary of component arrays.