forked from VimPlug/jedi
Included statement as a possible return type for BaseDefinition.type
This commit is contained in:
committed by
Dave Halter
parent
0888dd468f
commit
17b3611c53
@@ -156,7 +156,7 @@ class BaseDefinition(object):
|
|||||||
'function'
|
'function'
|
||||||
|
|
||||||
Valid values for are ``module``, ``class``, ``instance``, ``function``,
|
Valid values for are ``module``, ``class``, ``instance``, ``function``,
|
||||||
``param``, ``path`` and ``keyword``.
|
``param``, ``path``, ``keyword`` and ``statement``.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
tree_name = self._name.tree_name
|
tree_name = self._name.tree_name
|
||||||
|
|||||||
Reference in New Issue
Block a user