Py_None property

Pointer<PyObject> Py_None

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.

Implementation

ffi.Pointer<PyObject> get Py_None => _Py_None;