> No you can't, the signatures are incompatible at the C level. Drat.
> The question is: if the method makes sense without the class, why is it a > method in the first place? Maybe you should make it a function and just > call it from the class method? Thanks for bringing that to mind. I guess I should share that possibility with the other developers for the project I'm working on. We thought of encapsulating some of the functionality in a class just for organizational purposes but perhaps bumping it up to module-level would be better. Thanks, Chris _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
