mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
PY-9365 Make function from method: leads to unresolved attribute reference for method usages in class
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
__author__ = 'ktisha'
|
||||
|
||||
|
||||
def f():
|
||||
test = 1
|
||||
|
||||
|
||||
class Child(Base):
|
||||
def __init__(self):
|
||||
super(Child, self).__init__()
|
||||
|
||||
|
||||
def f():
|
||||
test = 1
|
||||
Reference in New Issue
Block a user