PyGlobals extension

on

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.
no setter
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.
no setter
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.
no setter
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.
no setter