Return self ** other [ % modulo]. With two arguments, compute self**other. With three arguments, compute (self**other) % modulo. For the three argument form, the following restrictions on the arguments hold: - all three arguments must be integral
(self, other, modulo=None, context=None)
source not stored for this graph (policy: none)
no test coverage detected