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