[Zope] Introspection?

azbok@yahoo.com azbok@yahoo.com
Mon, 19 Nov 2001 02:05:18 -0000


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