ipow# async tierkreis.pyruntime.python_builtin.ipow(a: int, b: int) → int[source]# Exponentiate a by power b; a ^ b. b must be a positive integer.