pyre.constraints.Not

Module Contents

class pyre.constraints.Not.Not(constraint, **kwds)

Bases: pyre.constraints.Constraint.Constraint

Constraint that is satisfied when the candidate fails to satisfy a given constraint

validate(self, value, **kwds)

Check whether {value} satisfies this constraint

__str__(self)