forked from VimPlug/jedi
@property now returns Name.type == 'property', fixes muffinmad/anakin-language-server#15
This commit is contained in:
@@ -174,7 +174,7 @@ class BaseName(object):
|
||||
'function'
|
||||
|
||||
Valid values for type are ``module``, ``class``, ``instance``, ``function``,
|
||||
``param``, ``path``, ``keyword`` and ``statement``.
|
||||
``param``, ``path``, ``keyword``, ``property`` and ``statement``.
|
||||
|
||||
"""
|
||||
tree_name = self._name.tree_name
|
||||
|
||||
Reference in New Issue
Block a user