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