mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Finding the autocompletion stack is a bit more complicated than I initially thought
Fixes #968.
This commit is contained in:
@@ -18,6 +18,10 @@ int(str)
|
||||
str..
|
||||
#? []
|
||||
a(0):.
|
||||
#? 2 ['and', 'or', 'if', 'is', 'in', 'not']
|
||||
0x0
|
||||
#? ['and', 'or', 'if', 'is', 'in', 'not']
|
||||
1j
|
||||
|
||||
# -----------------
|
||||
# if/else/elif
|
||||
|
||||
Reference in New Issue
Block a user