Cython has moved to github.

cython-devel

view tests/errors/e_func_in_pxd_support.pxd @ 1409:151d8366f329

Inline function definitions in pxd files
author Dag Sverre Seljebotn <dagss@student.matnat.uio.no>
date Thu Nov 27 19:29:12 2008 +0100 (3 years ago)
parents bfd2c54fbe62
children
line source
1 cdef foo():
2 return 1
4 cdef public inline foo2():
5 return 1
7 cdef api inline foo3():
8 return 1