Shaped# class optika.mixins.Shaped[source]# Bases: ABC An object with an array shape. Attributes shape The array shape of this object. Methods __init__() Inheritance Diagram abstract property shape: dict[str, int]# The array shape of this object.