mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
fixed statement parsing problem of list slicing
This commit is contained in:
@@ -30,6 +30,9 @@ b[8-7]
|
||||
#? list()
|
||||
b[8:]
|
||||
|
||||
#? list()
|
||||
b[int():]
|
||||
|
||||
|
||||
# -----------------
|
||||
# iterable multiplication
|
||||
|
||||
Reference in New Issue
Block a user