mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 08:58:26 +08:00
Don't catch IndexError where we don't have to
This commit is contained in:
@@ -29,6 +29,9 @@ b = [6,7]
|
||||
|
||||
#? int()
|
||||
b[8-7]
|
||||
# Something unreasonable:
|
||||
#?
|
||||
b['']
|
||||
|
||||
# -----------------
|
||||
# Slices
|
||||
|
||||
Reference in New Issue
Block a user