ConstraintTrue

class jwst.associations.lib.constraint.ConstraintTrue(*args, **kwargs)[source]

Bases: SimpleConstraintABC

Always return True

Force creation of the constraint attribute dict before anything else.

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[,…]]