mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
10 lines
142 B
Python
10 lines
142 B
Python
__author__ = 'ktisha'
|
|
class <caret>A:
|
|
""" class docstring"""
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
def foo(self):
|
|
self.b = 1
|