[Pyrex] Same type does not resolve to itself when coming in through different .pxd files

Dan Gindikin dg at pnylab.com
Tue Nov 20 14:28:47 CET 2007


I'm confused, what do you mean by "nest"? The functions aren't nested, "derived" 
is a class. Do you mean you can't override base class functions in a derived class?

Greg Ewing wrote:
> Dan Gindikin wrote:
>>     cdef class derived(mymodule.base):
>>         cdef void func(self, F x):
> 
> You can't nest function definitions in Pyrex.
> 
> -- 
> Greg
> 
> 

-- 
Dan



More information about the Pyrex mailing list