forked from VimPlug/jedi
Fix py__getitem__ on Array.
This commit is contained in:
@@ -216,6 +216,8 @@ a
|
||||
a, b = {1: 'x', 2.0: 1j}
|
||||
#? int() float()
|
||||
a
|
||||
#? int() float()
|
||||
b
|
||||
|
||||
|
||||
def f():
|
||||
|
||||
Reference in New Issue
Block a user