On 14.04.2013 13:28, Armin Rigo wrote:
Hi,
On Sun, Apr 14, 2013 at 8:13 AM, Evgeny Startsev
wrote:
I am interesting in control-flow graph generation for python projects using
python. I read http://doc.pypy.org/en/latest/translation.html#flow-model and
studied how to investigate cfg for functio
Hi,
On Sun, Apr 14, 2013 at 8:13 AM, Evgeny Startsev
wrote:
> I am interesting in control-flow graph generation for python projects using
> python. I read http://doc.pypy.org/en/latest/translation.html#flow-model and
> studied how to investigate cfg for function.
> Is there any way to generate cf
I am interesting in control-flow graph generation for python projects
using python. I read
http://doc.pypy.org/en/latest/translation.html#flow-model and studied
how to investigate cfg for function.
Is there any way to generate cfg for method using pypy?
_