DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / pep448_syntax_3.pyx
12345678910
# mode: error # tag: pep448 def unpack_mix_in_set(): {*1, **2} _ERRORS = """ 5:9: unexpected **item found in set literal """