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


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

RE: attribute is accessed from Nonetype

Started by"Prasad, Ramit" <ramit.prasad@jpmorgan.com>
First post2012-08-03 07:01 +0000
Last post2012-08-03 07:01 +0000
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: attribute is accessed from Nonetype "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-08-03 07:01 +0000

#26420 — RE: attribute is accessed from Nonetype

From"Prasad, Ramit" <ramit.prasad@jpmorgan.com>
Date2012-08-03 07:01 +0000
SubjectRE: attribute is accessed from Nonetype
Message-ID<mailman.2893.1343977330.4697.python-list@python.org>
> Also, please use the names correctly and consistently.  The None object
> (yes, there is only one) is not the same as a none object.  And there is
> no standard type called Nonetype.

To be fair, this is not very clear to a beginner. 

>>> len(None) # Python 2.6
TypeError: object of type 'NoneType' has no len()


Ramit
This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  

[toc] | [standalone]


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


csiph-web