UT3Frame.reverse ================ .. py:method:: t3toolbox.uniform_frame_variations_format.UT3Frame.reverse() .. code-block:: python def reverse(self) -> 'UT3Frame': Reverse the mode order. Left/right supercores (and masks) **swap roles** -- reversing a left-orthogonal chain yields a right-orthogonal one -- so the redundant L/R store makes this exact with no re-orthogonalization. Commutes with conversion: ``B.reverse().to_t3frame() == B.to_t3frame().reverse()``.