Re: __init__ function problem

2006-11-07 Thread kelin,[EMAIL PROTECTED]
Hi, I've read all of this. And I am clear about it. Thanks all. Best Regards! Gabriel Genellina wrote: > At Tuesday 7/11/2006 21:47, Jia Lu wrote: > > > > In Python, the real constructor is called __new__, > > > > Carl Banks > > > >But the code below won't invoke __new__: > > Is this a question, o

__init__ function problem

2006-11-07 Thread kelin,[EMAIL PROTECTED]
Hi, Today I read the following sentences, but I can not understand what does the __init__ method of a class do? __init__ is called immediately after an instance of the class is created. It would be tempting but incorrect to call this the constructor of the class. It's tempting, because it looks li

The Mythical Man-month's pdf file

2006-10-23 Thread kelin,[EMAIL PROTECTED]
Hi, Does anyone have the .pdf file of the book THE MYTHICAL MAN-MONTH? Then could you please send it to me( [EMAIL PROTECTED] )? Thanks a lot! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to use python in TestMaker

2006-10-19 Thread kelin,[EMAIL PROTECTED]
lot! Gabriel Genellina wrote: > At Wednesday 18/10/2006 23:34, kelin,[EMAIL PROTECTED] wrote: > > >Now I 'm learning python to do testing jobs, and want to use it in > >TestMaker. > >The problem is: I don't know how to use python in TestMaker. > >Just writ

Re: How to use python in TestMaker

2006-10-19 Thread kelin,[EMAIL PROTECTED]
Paddy wrote: > kelin,[EMAIL PROTECTED] wrote: > > Hello, > > > > Now I 'm learning python to do testing jobs, and want to use it in > > TestMaker. > > The problem is: I don't know how to use python in TestMaker. > > Just write python program i

How to use python in TestMaker

2006-10-18 Thread kelin,[EMAIL PROTECTED]
Hello, Now I 'm learning python to do testing jobs, and want to use it in TestMaker. The problem is: I don't know how to use python in TestMaker. Just write python program in it or call .py files in it? I am really new about it and need some help. Thanks a lot! -- http://mail.python.org/mailma