mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-26 22:40:25 +08:00
Fix an issue with tests
This commit is contained in:
@@ -197,8 +197,8 @@ class AbstractTreeName(AbstractNameDefinition):
|
||||
values = context.infer_node(new_dotted)
|
||||
return [
|
||||
n
|
||||
for n in value.goto(name, name_context=context)
|
||||
for value in values
|
||||
for n in value.goto(name, name_context=context)
|
||||
]
|
||||
|
||||
if node_type == 'trailer' and par.children[0] == '.':
|
||||
|
||||
Reference in New Issue
Block a user