lol, OK thanks!

Just for my own education which parts of this will translate to C and which
will remain Python after Cython compilation?

Chris


> Worse:
>
> def exposedPythonFunc(image):
>     if isinstance(image, IplImage):
>            c_lib.cFunction((<IplImage>image).thisptr)
>     elif isinstance(image, CvMat):
>           c_lib.cFunction((<CvMat>image).thisptr)
> ...
>
>
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to