Skip to main content

PyMapping_GetItemString

Function PyMapping_GetItemString 

pub unsafe extern "C" fn PyMapping_GetItemString(
    o: *mut PyObject,
    key: *const i8,
) -> *mut PyObject
Available on crate feature tls only.