[Cython] Prototype for parametrized types
Stefan Behnel
stefan_ml at behnel.de
Tue Mar 11 11:54:47 CET 2008
Hi,
Robert Bradshaw wrote:
> As for the decorator notation, in one case
> it would be passed a function object, and in another it would be passed
> a parse tree.
"case" meaning: a) when running in the Python interpreter and b) when running
inside Cython? Or do you mean at different stages of the compile process? Or
at compile time and run time of Cython code?
I can't think of a case right now where you'd pass the function object.
Stefan
More information about the Cython-dev
mailing list