[EMAIL PROTECTED] wrote:
>    I saw some python open source project with many
> self.addMethod() functions (with 3 paramters)
> 
> What does self.addMethod() is good for ?

It's not a standard method, so it's good for whatever the particular
class you were looking at was using it for. We might be able to tell you
more if you mentioned the specific script you saw it used in.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to