Recognize {**d} as a dict instead of set

This commit is contained in:
Claude
2018-09-22 21:45:34 +02:00
committed by Dave Halter
parent afb2755c27
commit b9127147e4
2 changed files with 10 additions and 1 deletions

View File

@@ -131,3 +131,11 @@ set_t2 = set()
#? ['clear', 'copy']
set_t2.c
# -----------------
# pep 448 unpacking generalizations
# -----------------
# python >= 3.5
#? dict()
{**d}