[IronPython] getting at the global __dict__ from a module?
Sumit Basu
sumitb at microsoft.com
Sat May 21 19:30:01 PDT 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://listserver.dreamhost.com/pipermail/users-ironpython.com/attachments/20050521/caa23b59/attachment.htm
More information about the users-ironpython.com
mailing list