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