1
0
forked from VimPlug/jedi

Included statement as a possible return type for BaseDefinition.type

This commit is contained in:
Christopher Cave-Ayland
2020-03-15 21:56:33 +00:00
committed by Dave Halter
parent 0888dd468f
commit 17b3611c53

View File

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