datalad_next.constraints.EnsureIterableOf
- class datalad_next.constraints.EnsureIterableOf(iter_type: type, item_constraint: Callable, min_len: int | None = None, max_len: int | None = None)[source]
Bases:
Constraint
Ensure that an input is a list of a particular data type
- property item_constraint