How to use level in List.FilterByBoolMask - Python

Hi, all

I want use a level in List.FilterByBoolMask in the python script. i don’t know how to this in python script.

From the little info you provided, I’d say you will have to use nested loops. Eg:

for list in lists:
     for element in list:
          # do something to the element and append to new list