MneExperiment
Find the index of entries matching one of the *values
*values
index – For each case True if the value is in values, else False.
array of bool
Examples
>>> a = Factor('aabbcc') >>> b.isany('b', 'c') array([False, False, True, True, True, True], dtype=bool)