what is addMethod ?

F. Petitjean littlejohn.75 at news.free.fr
Mon May 23 06:02:41 EDT 2005


Le 23 May 2005 02:40:57 -0700, qwejohn at hotmail.com 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)



More information about the Python-list mailing list