datalad_next.constraints.AllOf

class datalad_next.constraints.AllOf(*constraints)[source]

Bases: _MultiConstraint

Logical AND for constraints.

An arbitrary number of constraints can be given. They are evaluated in the order in which they were specified. The return value of each constraint is passed an input into the next. The return value of the last constraint is the global return value. No intermediate exceptions are caught.

Documentation is aggregated for all constraints.

long_description()[source]

This method is deprecated. Use input_description instead

short_description()[source]

This method is deprecated. Use input_synopsis instead