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