1
0
forked from VimPlug/jedi

Fix py__getitem__ on Array.

This commit is contained in:
Dave Halter
2015-12-05 02:48:20 +01:00
parent db060c70c9
commit d65684a40b
4 changed files with 41 additions and 21 deletions

View File

@@ -216,6 +216,8 @@ a
a, b = {1: 'x', 2.0: 1j}
#? int() float()
a
#? int() float()
b
def f():