mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
6 lines
234 B
Python
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' |