forked from VimPlug/jedi
Get a few more things right with params.
This commit is contained in:
@@ -87,6 +87,7 @@ class NameFinder(object):
|
||||
|
||||
stmt = name.get_definition()
|
||||
scope = stmt.parent
|
||||
print(name.parent, stmt, scope)
|
||||
if scope in break_scopes:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user