Py_False property

Pointer<PyObject> Py_False

The Python False object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.

Implementation

ffi.Pointer<PyObject> get Py_False => _Py_False;