Skip to main content

PyIter_Check

Function PyIter_Check 

pub unsafe extern "C" fn PyIter_Check(obj: *mut PyObject) -> i32
Available on crate feature tls and (Py_3_8 or PyPy) only.