[EMAIL PROTECTED] a écrit :
> Thnks,
> I wrongly took it for a standard method;
> I found where it is defined (it's part of the project);
Then it would be nice to fully answer your question, so everyone may
know what's this method and what it does (and what project it comes from).
--
http://ma
Thnks,
I wrongly took it for a standard method;
I found where it is defined (it's part of the project); Tnnks.
John
--
http://mail.python.org/mailman/listinfo/python-list
[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 a
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 m
Hello,
I saw some python open source project with many
self.addMethod() functions (with 3 paramters)
What does self.addMethod() is good for ?
I had looked at documnetation (downloaded and grepped
all the pdf doc files) and could not find a thing about
it ; nore did googling helped.
Regards