Py_False property Null safety
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;
The Python False object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
ffi.Pointer<PyObject> get Py_False => _Py_False;