PydObject.pow

Equivalent to pow(this, exp, mod) for numbers, and this.pow(exp,mod) otherwise.

class PydObject
pow

See Also

Meta