pynapple.core.interval_set.IntervalSet.union#
- IntervalSet.union(a)[source]#
set union of IntervalSet
- Parameters:
a (IntervalSet) – the IntervalSet to union self with
- Returns:
out – _
- Return type:
set union of IntervalSet
a (IntervalSet) – the IntervalSet to union self with
out – _