forked from VimPlug/jedi
fixed broken isinstance tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user