mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 10:40:57 +08:00
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