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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
