Stefan Behnel wrote: > I wouldn't mind seeing patches that add the support for fake Python methods > on the corresponding C types, so that you could do > > cdef float f = 0.5 > print f.is_integer()
This is now ticket 236: http://trac.cython.org/cython_trac/ticket/236 Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
