fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / pxd_override_T230.pxd
1 cdef class A:
2     cpdef foo(self)
3
4 cdef class B(A):
5     cpdef foo(self)