forked from VimPlug/jedi
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