[sage-support] How to deal with wrapper_descriptor / slot wrapper

2010-07-27 Thread Simon King
Hi! I have a Cython class COCH that inherits from RingElement. I define a method __pow__ for it, and it gets some doc string (which means tests). I thought that such method would be a class_method or whatever. Instead, I get sage: COCH.__pow__ slot wrapper '__pow__' of

Re: [sage-support] How to deal with wrapper_descriptor / slot wrapper

2010-07-27 Thread Robert Bradshaw
On Tue, Jul 27, 2010 at 9:24 AM, Simon King simon.k...@nuigalway.ie wrote: Hi! I have a Cython class COCH that inherits from RingElement. I define a method __pow__ for it, and it gets some doc string (which means tests). I thought that such method would be a class_method or whatever.