Files
openide/python/testData/inspections/RedundantParenthesesInTuples.py
Valentina Kiryushkina 05253be08a PY-18203 Redundant parentheses quick fix produces syntactically incorrect code for tuples
If parentheses expression contains binary expression where left and right are parentheses expressions too, we check if left and right contain tuples
2016-01-14 17:46:28 +03:00

1 line
44 B
Python

print("%d%s%s" % (((1,) + <caret>("", ""))))