mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
move decorator tests
This commit is contained in:
@@ -1049,6 +1049,8 @@ def follow_call_list(scope, call_list):
|
||||
# The string tokens are just operations (+, -, etc.)
|
||||
elif not isinstance(call, str):
|
||||
# ternary operators
|
||||
#if str(call.name) == 'for':
|
||||
# print '\n\ndini mueter'
|
||||
if str(call.name) == 'if':
|
||||
while True:
|
||||
call = next(calls_iterator)
|
||||
|
||||
Reference in New Issue
Block a user