Hi,

I didn't get a response on Cython-users, so i thought I might try here.

I tried modifying the docstrings of cythonized "def" functions via a
function decorator.

While it passes cython compilation, I get a run-time error that says
the docstring cannot be modified in place.

Is there a special cython decorator that will allow me to do this, or
a compile time option that will run my decorator, and generate the new
docstring before compiling?

Cheers!

Chris
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to