[pypy-dev] Support for __getitem__ in rpython?
Armin Rigo
arigo at tunes.org
Fri Dec 12 18:11:47 CET 2008
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
More information about the Pypy-dev
mailing list