def BinOp_pow(t, x): if isinstance(x.op, ast.Pow): return JSCall( JSAttribute( JSName('Math'), 'pow'), [x.left, x.right])