mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-31 03:06:54 +08:00
Included statement as a possible return type for BaseDefinition.type
This commit is contained in:
committed by
Dave Halter
parent
0888dd468f
commit
17b3611c53
+1
-1
@@ -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