mirror of
https://github.com/davidhalter/jedi.git
synced 2026-07-10 11:46:30 +08:00
Small improvements to generator/async completions
This commit is contained in:
@@ -33,12 +33,12 @@ else
|
||||
|
||||
try:
|
||||
pass
|
||||
#? ['except', 'Exception']
|
||||
#? ['except', 'Exception', 'ExceptionGroup']
|
||||
except
|
||||
|
||||
try:
|
||||
pass
|
||||
#? 6 ['except', 'Exception']
|
||||
#? 6 ['except', 'Exception', 'ExceptionGroup']
|
||||
except AttributeError:
|
||||
pass
|
||||
#? ['finally']
|
||||
|
||||
Reference in New Issue
Block a user