Fredrik Lundh wrote: > the fact that despite all attempts to explain how things work, you're > still haven't realized that if you want the names of things, you should > pass *namespaces* to your object viewer, not individual objects. And what im saying is that isnt it silly that we need pass an entire namespace, when a much simpler notion would be to have each object know its own name(s) (even if that name doesnt exist). Now, here's where everyone tells me this isnt possible, and how my statement implies that i have no idea whatsoever of how python works.... jojoba -- http://mail.python.org/mailman/listinfo/python-list
- Re: how do you get the name of a dictionary? jojoba
- Re: how do you get the name of a dictionary? Simon Brunning
- Re: how do you get the name of a dictionary? jojoba
- Re: how do you get the name of a dictionary? Georg Brandl
- Re: how do you get the name of a dictionary? Antoon Pardon
- Re: how do you get the name of a dictionar... Georg Brandl
- Re: how do you get the name of a dictionary? Robert Kern
- Re: how do you get the name of a dictionary? Fredrik Lundh
- Re: how do you get the name of a dictionary? MonkeeSage
- Re: how do you get the name of a dictionary? Simon Brunning
- Re: how do you get the name of a dictionary? Steve Holden