Python/C API Reference Manual
Next:
7.2 Sequence Objects
Up:
7.1 Fundamental Objects
Previous:
7.1.1 Type Objects
7
.
1
.
2
The None Object
PyObject *
Py_None
The Python
None
object, denoting lack of value. This object has no methods.
Python/C API Reference Manual
Next:
7.2 Sequence Objects
Up:
7.1 Fundamental Objects
Previous:
7.1.1 Type Objects
Send comments to
python-docs@python.org
.