mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
8 lines
107 B
Python
8 lines
107 B
Python
__author__ = 'ktisha'
|
|
class A:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def foo(self):
|
|
self.b = 1
|