Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76793 > unrolled thread

Re: Why can not initialize the class?

Started byJoel Goldstick <joel.goldstick@gmail.com>
First post2014-08-22 10:45 -0400
Last post2014-08-22 10:45 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Why can not initialize the class? Joel Goldstick <joel.goldstick@gmail.com> - 2014-08-22 10:45 -0400

#76793 — Re: Why can not initialize the class?

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2014-08-22 10:45 -0400
SubjectRe: Why can not initialize the class?
Message-ID<mailman.13290.1408718711.18130.python-list@python.org>
On Fri, Aug 22, 2014 at 10:42 AM, luofeiyu <elearn2014@gmail.com> wrote:
> how to fix the code then?
>
> On 8/22/2014 10:36 PM, Larry Martell wrote:
>>
>> The 'in' operator requires an iterable. When you do 'self.email = email'
>> set_email gets called and value is None.
>
>
You might want to set your default values to "" instead of none.  When
you create an instance of Contact, you should pass the first name,
last name, and email address.
> --
> https://mail.python.org/mailman/listinfo/python-list



-- 
Joel Goldstick
http://joelgoldstick.com

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web