mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 05:11:25 +08:00
fixed a little bug caused by not setting the parent of flows correctly
This commit is contained in:
@@ -110,5 +110,6 @@ def memoize(function):
|
||||
def follow_statement(stmt):
|
||||
return stmt
|
||||
|
||||
# here we had problems with the else clause, because the parent was not right.
|
||||
#? int()
|
||||
follow_statement(1)
|
||||
|
||||
Reference in New Issue
Block a user