1
0
forked from VimPlug/jedi

@property now returns Name.type == 'property', fixes muffinmad/anakin-language-server#15

This commit is contained in:
Dave Halter
2020-07-20 01:20:24 +02:00
parent 7281302281
commit 784e965d3a
7 changed files with 57 additions and 3 deletions

View File

@@ -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