datalad_next.constraints.AnyOf

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

Bases: _MultiConstraint

Logical OR for constraints.

An arbitrary number of constraints can be given. They are evaluated in the order in which they were specified. The value returned by the first constraint that does not raise an exception is the global return value.

Documentation is aggregated for all alternative constraints.

long_description()[source]

This method is deprecated. Use input_description instead

short_description()[source]

This method is deprecated. Use input_synopsis instead