Cython has moved to github.

cython

view tests/compile/hinsen2.pyx @ 724:4e4808271bdf

Bump version number.
author Robert Bradshaw <robertwb@math.washington.edu>
date Thu Jun 12 16:53:51 2008 -0700 (3 years ago)
parents
children 97625f229665
line source
1 cdef class vector:
2 def __div__(vector self, double factor):
3 result = vector()
4 return result