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

4 lines
64 B
Python

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