MatchData

class MatchData(transformation: 'Transformation', lhs: 'Shape', rhs: 'Optional[Shape]' = None, flavor: 'Optional[Shape]' = None)

Attributes

flavor

rhs

transformation

lhs

flavor: Shape | None = None
lhs: Shape
rhs: Shape | None = None
transformation: Transformation