DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / se_badindent2.pyx
123456789
# mode: error def f(): a = b c = d _ERRORS = u""" 5:0: Possible inconsistent indentation 5:0: Expected an identifier or literal """