Hi Hakan, On Fri, Dec 12, 2008 at 04:49:17PM +0100, Hakan Ardo wrote: > How about instead doing: > > (...)
Ah, using 'notify' to force a reflow. Obscure :-/ > Is there some way to get hold of the mangled function name of the > created graph? Don't look up graphs by name; the name is only there to get information about it when printing the graph. You should probably pass the function object instead of a string giving the name into your helper. Then you can get from the function to the graph(s) with the translator. Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
