Le 23 May 2005 02:40:57 -0700, [EMAIL PROTECTED] a écrit :
> Hello,
> 
>    I saw some python open source project with many
> self.addMethod() functions (with 3 paramters)

Which "open source project" ? Which class in which module ?
> 
> What does self.addMethod() is good for ?
> 
Find where this method is defined : (with fgrep or findstr according to
your operating system) and then 
import NameOfModule
help(NameOfModule)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to