|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/bltin-type-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/typesother.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/bltin-ellipsis-object.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 2.1.7.6 Type Objects Up: 2.1.7 Other Built-in Types Next: 2.1.7.8 The Ellipsis Object
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.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/bltin-type-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/typesother.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/bltin-ellipsis-object.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 2.1.7.6 Type Objects Up: 2.1.7 Other Built-in Types Next: 2.1.7.8 The Ellipsis Object
See About this document... for information on suggesting changes.