forked from VimPlug/jedi
@property now returns Name.type == 'property', fixes muffinmad/anakin-language-server#15
This commit is contained in:
@@ -384,6 +384,8 @@ def builtins_classmethod(functions, value, arguments):
|
||||
|
||||
|
||||
class PropertyObject(AttributeOverwrite, ValueWrapper):
|
||||
api_type = 'property'
|
||||
|
||||
def __init__(self, property_obj, function):
|
||||
super().__init__(property_obj)
|
||||
self._function = function
|
||||
|
||||
Reference in New Issue
Block a user