mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
Move to using py__getitem__ and py__simple_getitem__
This change is necessary to handle more complex cases with py__getitem__
This commit is contained in:
@@ -30,7 +30,7 @@ b = [6,7]
|
||||
#? int()
|
||||
b[8-7]
|
||||
# Something unreasonable:
|
||||
#?
|
||||
#? int()
|
||||
b['']
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user