Kini Natekar writes:
> How to call an External Method from another
> External Method and pass parameters ?
> I am just a beginner, so intricate details would
> be appriciated.
def Method1(self, ...further args...):
.....
self.Method2(self, ...params for method2...)
# or: Method2(self, ....), when "Method2" is in the same source
....
def Method2(self, ...furhter args...):
....
Dieter
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )