mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 18:11:31 +07:00
6 lines
103 B
Python
6 lines
103 B
Python
__author__ = 'ktisha'
|
|
class <caret>A:
|
|
""" class docstring"""
|
|
def foo(self):
|
|
self.b = 1
|