DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / pep448_syntax_1.pyx
12345678910
# mode: error # tag: pep448 def unpack_mix(): [*1, **1] _ERRORS = """ 5:9: Expected an identifier or literal """