does_interval_item_apply

static MatrixProvider.does_interval_item_apply(prop: IntervalItem, index: int | None) bool[source]

Check if an interval item applies on an index.

Parameters:
  • prop (IntervalItem) – The interval property.

  • index (int | None) – The index to check.

Returns:

Whether the property applies.

Return type:

bool