[ZPT] how to explore objects attributes and methods from a script or template

Fernando Martins fernando at cmartins.nl
Sun Nov 6 14:27:20 UTC 2011


On 11/06/2011 02:45 PM, fg wrote:
> hi all,
>
> how do i get the attributes and methods list of an object?
> from a python script or a page template, dir(object) does not work?
>
In Python scripts you can't. It's a protected function. You can patch 
the code yourself to allow for it, but I don't remember where right now.

Fernando


More information about the ZPT mailing list