mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-30 16:54:20 +08:00
Fix usages in context of the new parso parameter include_setitem=True
This commit is contained in:
@@ -368,7 +368,6 @@ some_dct['unknown']
|
||||
some_dct['a']
|
||||
|
||||
some_dct = dict({'a': 1, 1: ''})
|
||||
some_dct = dict(a=1, x=''})
|
||||
#? int() str()
|
||||
some_dct['la']
|
||||
some_dct['x'] = list
|
||||
|
||||
Reference in New Issue
Block a user