ConstraintTrue

class jwst.associations.lib.constraint.ConstraintTrue(init=None, value=None, name=None, **kwargs)[source]

Bases: SimpleConstraintABC

Always return True

Methods Summary

check_and_set(item)

Check and set the constraint

Methods Documentation

check_and_set(item)[source]

Check and set the constraint

Returns:

success, reprocess

Returns 2-tuple of

Return type:

bool, [ProcessList[,…]]