mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
EA-87708 Fixed: NPE: PyFunctionImpl.getWrappersFromStub
PY-19412 Fixed: Class method support becomes broken if method attribute is used Check all next siblings stubs of PyTargetExpressionStub type in function modifier calculating and honour all nullable values
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Spam(object):
|
||||
|
||||
def spam(cls):
|
||||
pass
|
||||
|
||||
eggs = False
|
||||
spam = classmethod(spam)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
from a import Spam
|
||||
|
||||
Spam.spam()
|
||||
Reference in New Issue
Block a user