pyre.constraints.And¶
Module Contents¶
-
class
pyre.constraints.And.And(*constraints, **kwds)¶ Bases:
pyre.constraints.Constraint.ConstraintMeta-constraint that is satisfied when all of its constraints are satisfied
-
validate(self, value, **kwds)¶ Check whether {value} satisfies this constraint
-
__str__(self)¶
-