obelisk.types.core.Constraint

class obelisk.types.core.Constraint[source]

Bases: ABC

Constraints are simply groups of Comparison, such as And, or Or.

These constraints always enclose their contents in parentheses, to avoid confusing precendence situations in serialised format.

__init__()

Methods