mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 17:58:35 +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)
|
values = context.infer_node(new_dotted)
|
||||||
return [
|
return [
|
||||||
n
|
n
|
||||||
for n in value.goto(name, name_context=context)
|
|
||||||
for value in values
|
for value in values
|
||||||
|
for n in value.goto(name, name_context=context)
|
||||||
]
|
]
|
||||||
|
|
||||||
if node_type == 'trailer' and par.children[0] == '.':
|
if node_type == 'trailer' and par.children[0] == '.':
|
||||||
|
|||||||
Reference in New Issue
Block a user