On Sun, Apr 03, 2011 at 11:26:19PM -0700, Simon King wrote:
> I am nearly done with a full Cython-version of cached_method. That's
> to say:
Nice!
> 1) cdef classes inheriting from Parent or Element can be provided with
> cached methods, even if they do not allow attribute assignment.
> 2) Due to
Hi!
I am nearly done with a full Cython-version of cached_method. That's
to say:
1) cdef classes inheriting from Parent or Element can be provided with
cached methods, even if they do not allow attribute assignment.
2) Due to moving cached_method from Python to Cython with cdef'ing
some key metho