Re: [Zope] External Methods
28 Nov
2000
28 Nov
'00
11:28 p.m.
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
9260
Age (days ago)
9260
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer