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
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to