how do you get the name of a dictionary?

Fredrik Lundh fredrik at pythonware.com
Wed Aug 23 14:58:06 EDT 2006


jojoba 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

namespaces are objects too, you know.  passing "an entire namespace" is 
no harder than passing any other object.

</F>




More information about the Python-list mailing list