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

6 lines
234 B
Python

def foo():
def bar():
def baz():
if comments:
for comment in comments:
record += ' <comment ' + "".join(ca + '=' + quoteattr(comment[ca]) + ' ' for ca in comment) + '/>\n'