ConstraintTrue¶
-
class
jwst.associations.lib.constraint.
ConstraintTrue
(init=None, value=None, name=None, **kwargs)[source]¶ Bases:
jwst.associations.lib.constraint.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
True if check is successful.
List of
ProcessList
.
- Return type
bool, [ProcessList[,..]]
-