summaryrefslogtreecommitdiff
path: root/tests/run/static_methods.pxd
blob: 383808149efc7b4ec5eadb7927e6cedbfcf8770f (plain)
1
2
3
4
5
6
cdef class FromPxd:
    @staticmethod
    cdef static_cdef(int* x)

    @staticmethod
    cdef static_cdef_with_implicit_object(obj)