Skip to main content

PyUnicode_IsIdentifier

Function PyUnicode_IsIdentifier 

pub unsafe extern "C" fn PyUnicode_IsIdentifier(
    s: *mut PyObject,
) -> i32
Available on crate feature tls only.