Lines Matching refs:list
135 We return a list of variants that conflict, and a list of the
141 action_list = list(actions)
143 # compare every action in the list with every other,
163 return conflict_vars, list(conflict_actions)
169 We return a list of variants that conflict, and a list of the
180 action_list = list(actions)
185 # compare every action in the list with every other,
221 return conflict_vars, list(conflict_actions)
356 """Return a tuple of a list of Checker objects found in module,
358 list of excluded Checker objects."""