Skip to main content

Py_Is

Function Py_Is 

pub unsafe fn Py_Is(x: *mut PyObject, y: *mut PyObject) -> i32
Available on crate feature tls and neither GraalPy nor PyPy only.