★ wanayoo — archive 1999 http://www.python.org/doc/current/lib/bltin-null-object.htmlNouvelle recherche | Portail wanayoo


2.1.7.7 The Null Object

This object is returned by functions that don't explicitly return a value. It supports no special operations. There is exactly one null object, named None (a built-in name).

It is written as None.


Send comments on this document to python-docs@python.org.