On Oct 16, 3:43 pm, stef mientki <[EMAIL PROTECTED]> wrote:
> I want to view my own namespace,
> i.e. to see the modules namespace in the module itself,
> is that possible ?
>
> I can use
>    dir()
> but I read dir is just a convenience function,
> and besides I want key/value pairs.
>
> thanks,
> Stef Mientki

You should read up on introspection then. I think that's what you
need:

http://www.ibm.com/developerworks/library/l-pyint.html

Mike

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to