Box#
- class discopy.symmetric.Box(name, dom, cod, **params)[source]#
Bases:
discopy.balanced.Box
,Diagram
A symmetric box is a balanced box in a symmetric diagram.
- Parameters:
name (str) – The name of the box.
dom (monoidal.Ty) – The domain of the box, i.e. its input.
cod (monoidal.Ty) – The codomain of the box, i.e. its output.