mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-26 02:46:35 +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