mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 03:00:56 +08:00
Start creating py__getitem__.
This commit is contained in:
@@ -20,6 +20,7 @@ CODES = {
|
||||
'type-error-operation': (11, TypeError, None),
|
||||
'type-error-not-iterable': (12, TypeError, None),
|
||||
'type-error-isinstance': (13, TypeError, None),
|
||||
'type-error-not-subscriptable': (13, TypeError, None),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user