mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Recognize {**d} as a dict instead of set
This commit is contained in:
@@ -131,3 +131,11 @@ set_t2 = set()
|
||||
|
||||
#? ['clear', 'copy']
|
||||
set_t2.c
|
||||
|
||||
# -----------------
|
||||
# pep 448 unpacking generalizations
|
||||
# -----------------
|
||||
# python >= 3.5
|
||||
|
||||
#? dict()
|
||||
{**d}
|
||||
|
||||
Reference in New Issue
Block a user