Hi, David Cournapeau wrote: > I would prefer to have at > least the signature of __init__ (for default arguments)
Cython can embed the signature of a function or method in its docstring. However, my guess is that this doesn't work for __init__ yet, where it would have to put it into the respective class (at least, there's no test for that). Sounds like a bug to me. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
