Properties
-
Py_False
→ Pointer<PyObject>
-
The Python False object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
read-only
-
Py_None
→ Pointer<PyObject>
-
The Python None object, denoting lack of value. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
read-only
-
Py_NotImplemented
→ PyObject
-
The NotImplemented singleton, used to signal that an operation is not implemented for the given type combination.
Increment the reference count before returning it.
read-only
-
Py_True
→ Pointer<PyObject>
-
The Python True object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
read-only