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

6 lines
111 B
Python

def long_method_name(bar, baz): pass
long_method_name("long string one",
"long string two")