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