PyType_IsSubtype method Null safety
Implementation
int PyType_IsSubtype(
ffi.Pointer<_typeobject> arg0,
ffi.Pointer<_typeobject> arg1,
) {
return _PyType_IsSubtype(
arg0,
arg1,
);
}
int PyType_IsSubtype(
ffi.Pointer<_typeobject> arg0,
ffi.Pointer<_typeobject> arg1,
) {
return _PyType_IsSubtype(
arg0,
arg1,
);
}