DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / notcimportedT418.pyx
12345678910
# ticket: t418 # mode: error import somemod.child cdef somemod.child.something x _ERRORS = u""" 6:5: 'somemod.child' is not a cimported module """