mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
5 lines
164 B
Python
5 lines
164 B
Python
mapsize = 35
|
|
|
|
def test(x, y):
|
|
if <weak_warning descr="Simplify chained comparison">0 <= x < <caret>mapsize and y >= 0 and y < mapsize</weak_warning>:
|
|
return 1 |