DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / run / typeofexttype.pyx
1234567891011121314
# mode: run # tag: exttype cdef class Spam: pass def test(): """ >>> test() """ cdef type t t = Spam