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