1
0
forked from VimPlug/jedi

Fix an issue with slice indexing.

This commit is contained in:
Dave Halter
2016-07-14 18:27:15 +02:00
parent 3a0008ea80
commit 218278af8d
3 changed files with 11 additions and 2 deletions

View File

@@ -39,6 +39,9 @@ b[8:]
#? list()
b[int():]
#? list()
b[:]
class _StrangeSlice():
def __getitem__(self, sliced):