1
0
forked from VimPlug/jedi

fixed broken isinstance tests

This commit is contained in:
David Halter
2012-10-23 17:06:22 +02:00
parent 3de6603cf8
commit 077dcc6c89

View File

@@ -1162,6 +1162,8 @@ def get_scopes_for_name(scope, name_str, position=None, search_global=False,
position)
if n and result:
result = n + [p for p in result if not check_for_param(r)]
else:
result = n
if result:
break