Hi I'm wondering how one would figure out what methods/globals that are available for use in a zope python script? I know about the dirs(), globals() and locals() functions that you can use in regular python, but I can't use them in zope. I get a NameError. Is there any way to use the builtins functions? Thanks for info