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

4 lines
64 B
Python

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