Files
openide/python/testData/formatter/multiLineCallChainSplitByBackslashes_after.py
2022-05-12 13:46:52 +00:00

5 lines
65 B
Python

def func():
return x.foo() \
.bar() \
.baz()