[Cython] Autodoc improvements (#216)

Nikita Nemkin nikita at nemkin.ru
Fri Apr 26 13:33:05 CEST 2013


On Tue, 23 Apr 2013 10:19:15 +0600, Robert Bradshaw <robertwb at gmail.com>  
wrote:

> Jumping into this thread late, improvements (1) and (3) certainly seem
> beneficial. As far as documenting "attributes," I can't see much of a
> use, but the downsides seem are low enough (accidentally assigning a
> stray string to the previously declared attribute) and the
> implementation non-invasive enough that I'm +0.5 for this change. It
> doesn't introduce new syntax or behavior, just additional semantic
> meaning for those (otherwise unlikely to occur) strings and sure beats
> writing them out as properties (though the fact that cdef attributes
> are properties should be considered more of an implementation detail
> IMHO).

I've just found a 4 year old ticket requesting the same feature (2):
http://trac.cython.org/cython_trac/ticket/206


Best regards,
Nikita Nemkin


More information about the cython-devel mailing list