[Cython] autodoc function/method signatures

Stefan Behnel stefan_ml at behnel.de
Tue Sep 2 18:25:17 CEST 2008


Hi,

Lisandro Dalcin wrote:
> Would it be possible to tell Cython/Pyrex to add a line in docstings
> with function/method signatures?

I bet you're asking because of epydoc & friends. I thought about that, too, a
while ago, but never got around to actually doing it. Mainly because it wasn't
obvious to me at the time how to recover the signature as a string that is
parsable by epydoc. A compiler option to enable this would be nice.

Stefan


More information about the Cython-dev mailing list