mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
(cherry picked from commit c16b6d7b2a8ada5b8d2a8cd882dc64593dccf00e)
7 lines
124 B
Python
7 lines
124 B
Python
class foo:
|
|
"""
|
|
Some docstring here.
|
|
Another string.
|
|
"""
|
|
def bar(self):
|
|
print "hello" |