1
0
forked from VimPlug/jedi

Small changes to adapt oto the new param structure.

This commit is contained in:
Dave Halter
2014-10-28 02:11:13 +01:00
parent fe7c750c2c
commit b3d87302f9
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -329,7 +329,8 @@ class NameFinder(object):
if doc_params:
return doc_params
if not param.is_generated:
if not isinstance(param, ExecutedParam):
print(param)
# Param owns no information itself.
res_new += dynamic.search_params(evaluator, param)
if not res_new: