mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Remove nodes_to_execute in favor of a function in parser_utils.
This commit is contained in:
@@ -17,7 +17,7 @@ tuple(a + 3 for a in [''])
|
||||
# Some variables within are not defined
|
||||
# ----------
|
||||
|
||||
abcdef = None
|
||||
abcdef = []
|
||||
#! 12 name-error
|
||||
[1 for a in NOT_DEFINFED for b in abcdef if 1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user