ak.numexpr.re_evaluate ---------------------- .. py:function:: ak.numexpr.re_evaluate(local_dict=None) See `numexpr.re_evaluate `__ for a description of each parameter. This function reproduces NumExpr's interface, except that the expression can contain references to :class:`ak.Array` objects as well as NumPy arrays. See also :func:`ak.numexpr.evaluate`.