mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
While inverting expression don't change operands order if original expression isn't comparison
4 lines
108 B
Python
4 lines
108 B
Python
class A:
|
|
def foo(self):
|
|
if index >= self.current > index - self.history_length:
|
|
pass |