On 29/03/2012 06:44, J. Mwebaze wrote:
Anyone knows how to create control-flow-graph for python.. After searching
around, i found this article,
http://www.python.org/dev/peps/pep-0339/#ast-to-cfg-to-bytecode and also a
reference to http://doc.pypy.org/en/latest/objspace.html#the-flow-model
How
Anyone knows how to create control-flow-graph for python.. After searching
around, i found this article,
http://www.python.org/dev/peps/pep-0339/#ast-to-cfg-to-bytecode and also a
reference to http://doc.pypy.org/en/latest/objspace.html#the-flow-model
However, i stil cant figure out what how to