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:

IntervalSet