DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / run / pure_fused.pxd
123456789
cimport cython ctypedef fused NotInPy: int float cdef class TestCls: @cython.locals(loc = NotInPy) cpdef cpfunc(self, NotInPy arg)