forked from VimPlug/jedi
Somehow forgot about subscriptlist. Just ignore those for now.
Fixes #1010.
This commit is contained in:
@@ -42,6 +42,8 @@ b[int():]
|
||||
#? list()
|
||||
b[:]
|
||||
|
||||
#?
|
||||
b[:, 1]
|
||||
|
||||
class _StrangeSlice():
|
||||
def __getitem__(self, sliced):
|
||||
|
||||
Reference in New Issue
Block a user