mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 17:09:38 +07:00
6 lines
140 B
Python
6 lines
140 B
Python
__author__ = 'ktisha'
|
|
|
|
class Child(Base):
|
|
|
|
def <weak_warning descr="Method 'f' may be 'static'">f</weak_warning>(self):
|
|
test = 1 |