github.com/tiagovtristao/plz@v13.4.0+incompatible/src/parse/asp/test_data/comprehension.build (about)

     1  a = [x for x in y if x == 5]
     2  
     3  b = {x + y: y for x, y in y.items() if x == 5}