DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / se_badindent.pyx
12345678
# mode: error def f(): a = b # space space c = d # space tab _ERRORS = u""" 5:0: Mixed use of tabs and spaces """