Files
openide/python/testData/formatter/alignmentOfClosingParenthesisInNestedFunctionCallsWithSingleArgument.py

6 lines
80 B
Python

with foo(bar(baz(1
)
)
):
pass