Home
last modified time | relevance | path

Searched refs:listA (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py52 def intersect(listA, listB): argument
53 return [x for x in listA if x in listB]