mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
8 lines
260 B
Python
8 lines
260 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'
|