mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 14:28:56 +07:00
5 lines
88 B
Python
5 lines
88 B
Python
[(x, y) for k, v in params.items()
|
|
if k
|
|
for x, y in v
|
|
if x > y]
|