Files
openide/python/testData/intentions/PyConvertToFStringIntentionTest/formatMethodWrapExpressionsInParentheses_after.py

1 line
85 B
Python

f'{(-42).real}, {(42).imag}, {([1] + [2])[0]}, {(lambda: None)}, {(~MyClass()).attr}'