> At the risk of stating the obvious, why don't you simply add a parameter > for the title in the invocation of the tree editor? I.e. instead of > invoke_tree_editor(somedict) > do > invoke_tree_editor(somedict, "somedict") > HTH, > Carsten. Thanks Carsten. This would indeed allow me to assign a title for my dicitonaries, but i am looking for something more general...... specfically: given any dictionary, get a name for it. But yeah, your way would totally work! Thanks, jojoba -- http://mail.python.org/mailman/listinfo/python-list
- Re: how do you get the name o... Georg Brandl
- Re: how do you get the name o... Robert Kern
- Re: how do you get the name o... Fredrik Lundh
- Re: how do you get the name o... MonkeeSage
- Re: how do you get the name o... Simon Brunning
- Re: how do you get the name o... Steve Holden
- Re: how do you get the name o... MonkeeSage
- Re: how do you get the name o... MonkeeSage
- Re: how do you get the name of a dictionary? Carsten Haese
- Re: how do you get the name of a dictionary? Gabriel Genellina
- Re: how do you get the name of a dictionary? jojoba
- Re: how do you get the name of a dictionary? Hendrik van Rooyen
- Re: how do you get the name of a dictionary? Michael Janssen
- Re: how do you get the name of a dictionary? Fredrik Lundh
- Re: how do you get the name of a dictionary? Steven D'Aprano
- Re: how do you get the name of a dictionary? Georg Brandl
- Re: how do you get the name of a dictionary? Fredrik Lundh
- Re: how do you get the name of a dictionary? Steven D'Aprano
- Re: how do you get the name of a dictionary? Robert Kern
- Re: how do you get the name of a dictionary? Steven D'Aprano
- Re: how do you get the name of a dictionar... Fredrik Lundh