Skip to main content

collect_python_identifiers

Function collect_python_identifiers 

Source
pub fn collect_python_identifiers(
    node: Node<'_>,
    source: &str,
    identifiers: &mut HashSet<String>,
)