[IronPython] getting at the global __dict__ from a module?

Sumit Basu sumitb at microsoft.com
Sun May 22 04:30:01 CEST 2005


Does anyone know how to get at the global __dict__ from inside a module
(without passing it in as an argument, of course)?   __dict__ is special
in some way: when you do a dir() at toplevel you don't see it; looking
at globals() gives you the same info.  Am I missing something?
 
-Sumit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050521/caa23b59/attachment.html>


More information about the Ironpython-users mailing list