PyObject_SelfIter method Null safety
Implementation
ffi.Pointer<PyObject> PyObject_SelfIter(
ffi.Pointer<PyObject> arg0,
) {
return _PyObject_SelfIter(
arg0,
);
}
ffi.Pointer<PyObject> PyObject_SelfIter(
ffi.Pointer<PyObject> arg0,
) {
return _PyObject_SelfIter(
arg0,
);
}