PyType_IsSubtype

Function PyType_IsSubtype 

Source
pub unsafe extern "C" fn PyType_IsSubtype(
    a: *mut PyTypeObject,
    b: *mut PyTypeObject,
) -> c_int