basic_ragged_stack ================== .. py:function:: t3toolbox.backend.stacking.basic_ragged_stack(xx) .. code-block:: python def basic_ragged_stack( xx, # array-like tree of ragged array tuples (innermost tuple = one ragged object) ) -> typ.Tuple[ typ.Tuple[NDArray, ...], # single ragged array tuple, tree levels stacked into leading axes ..., ]: Stack array-like tree of ragged array tuples into single ragged array tuple.