forked from VimPlug/jedi
Fix crazier subscript operations
This commit is contained in:
@@ -47,6 +47,14 @@ b[:]
|
||||
|
||||
#? int()
|
||||
b[:, 1]
|
||||
#? int()
|
||||
b[:1, 1]
|
||||
#? int()
|
||||
b[1:1, 1]
|
||||
#? int()
|
||||
b[1:1:, ...]
|
||||
#? int()
|
||||
b[1:1:5, ...]
|
||||
|
||||
class _StrangeSlice():
|
||||
def __getitem__(self, sliced):
|
||||
|
||||
Reference in New Issue
Block a user