Files
Semyon Proshev a8fcaed8ff 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
2016-09-07 19:44:57 +03:00

7 lines
99 B
Python

class Spam(object):
def spam(cls):
pass
eggs = False
spam = classmethod(spam)