Where can I see my ZClass's API?
Hi Newbie question again: I have made a couple of ZClasses and I want to manipulate then from a python script, but I don't know what methods are available to me. Can I see the python source of my new class, or see the API somehow? In more detail, if you're interested: I have made a DatePattern ZClass, which extends ObjectManager. My python script processes a form, and should add new instances of PatternInstance (another ZClass I've made) to the DatePattern in question. I can't see how to do this. Thanks in advance for your help Felix. ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
=?iso-8859-1?q?Felix=20Ulrich?= writes:
Newbie question again:
I have made a couple of ZClasses and I want to manipulate then from a python script, but I don't know what methods are available to me. You go to your ZClass administration screen and visit the tabs "Methods" and "Views". Beside what you see there, you have the inherited methods.
I am not sure whether my "DocFinder" Product is able to show the methods of ZClasses. I think so but could not try it because my Zope installation lost magically its ZClass support. Maybe you try it: URL:http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html Dieter
Does anyone have an idea how to list parents classess of a ZClass? On Fri, 15 Jun 2001, Dieter Maurer wrote:
I have made a couple of ZClasses and I want to manipulate then from a python script, but I don't know what methods are available to me. You go to your ZClass administration screen and visit the tabs "Methods" and "Views". Beside what you see there, you have the inherited methods.
I am not sure whether my "DocFinder" Product is able to show the methods of ZClasses. I think so but could not try it because my Zope installation lost magically its ZClass support. Maybe you try it:
URL:http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Dieter Maurer -
Felix Ulrich -
Oleg Broytmann