[Pyrex] instances of cdef'ed classes problem

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 7 07:10:53 UTC 2006


  Test Drive wrote:

> Actually i am struck with such a piece of code in the very similar fashion.
> I have a cdef'ed class with mixed def'ed and cdef'ed functions.
> I am able to see and use def'ed functions however not cdef'ed functions.

If you really are stuck with that, and you need access
to the C methods from Python, you'll need to provide
wrappers for them somehow.

--
Greg



More information about the Pyrex mailing list