Getting nodes and edges of flowgraph from python

Hi,

Is there any way of retrieving the list of blocks and their edges from
python? This facility is exposed in the flowgraph classes, but I cannot
see
a way to access these from my top_block in python.

Thanks,

Will

On Sun, Dec 23, 2012 at 7:05 PM, wakjah ’ [email protected] wrote:

Hi,

Is there any way of retrieving the list of blocks and their edges from
python? This facility is exposed in the flowgraph classes, but I cannot see
a way to access these from my top_block in python.

Thanks,

Will

Will,

No, you can’t do that right now. You’d have to somehow expose this up
the
stack of ownership of the flowgraph into the top_block and then put that
in
the SWIG interface file.

Tom