Skip to main content

calculate_suggestions

Function calculate_suggestions 

Source
pub fn calculate_suggestions<'a>(
    dir_iter: impl ExactSizeIterator<Item = &'a PyObjectRef>,
    name: &PyObject,
) -> Option<PyStrRef>