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

6 lines
53 B
Python

def funcWithLongName(x=[
],
y=42):
pass