[Cython] function declaration problem

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Feb 14 20:48:58 CET 2009


Jean-Francois Moulin wrote:
> I want to
> create an extension class with a method whose definition changes as a
> function of some test

Store a function pointer as a C attribute and have
a fixed f method that calls it.

-- 
Greg


More information about the Cython-dev mailing list