On Mon, Apr 27, 2015 at 7:14 PM, Nathaniel Smith <[email protected]> wrote:
> There's no way to access the ast reliably at runtime in python -- it gets > thrown away during compilation. The "meta" package supports bytecode to ast translation. See < http://meta.readthedocs.org/en/latest/api/decompile.html>.
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
