This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-04-19 13:02:30 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f58eada7e2db1b33422f266cdcff61289574afbb
openide
/
python
/
testData
/
inspections
/
RedundantParenthesesParenthesizedExpression_after.py
Ekaterina Tuzova
f29a1671f4
fixed PY-12679 Remove redundant parenthesis: false negative for duplicated parenthesis in complicated and or statements
2014-05-07 12:32:22 +04:00
2 lines
39 B
Python
Raw
Blame
History
if
(
1
and
2
==
'
left
'
)
or
(
3
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink