mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-07 11:00:55 +08:00
Fix an issue with slice indexing.
This commit is contained in:
@@ -39,6 +39,9 @@ b[8:]
|
||||
#? list()
|
||||
b[int():]
|
||||
|
||||
#? list()
|
||||
b[:]
|
||||
|
||||
|
||||
class _StrangeSlice():
|
||||
def __getitem__(self, sliced):
|
||||
|
||||
Reference in New Issue
Block a user