mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 23:07:01 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
6 lines
103 B
Python
6 lines
103 B
Python
__author__ = 'ktisha'
|
|
class <caret>A:
|
|
""" class docstring"""
|
|
def foo(self):
|
|
self.b = 1
|