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 _______________________________________________ ZPT mailing list [email protected] https://mail.zope.org/mailman/listinfo/zpt
