Hi Yann On Jul 5, 1:17 pm, YannLC <yannlaiglecha...@gmail.com> wrote: > You might try to look at __pow__ (2 underscores)
I am surprised that __pow__ exists -- after I found _pow_, I actually didn't look for __pow__. Isn't __pow__ supposed to be implemented by _pow_? Ah! It seems that the _pow_ method is inherited from the categories framework. But what happens if both methods are present? Which one is used? I hope that the genuine method is used, not the generic! Cheers, Simon -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org