Cython has moved to github.

cython-devel

view tests/errors/e_func_in_pxd.pyx @ 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 cimport e_func_in_pxd_support
3 _ERRORS = u"""
4 1:5: function definition in pxd file must be declared 'cdef inline'
5 4:5: inline function definition in pxd file cannot be 'public'
6 7:5: inline function definition in pxd file cannot be 'api'
7 """