pub fn python_deferred_annotation_identifier_ranges(
string: Node<'_>,
source: &str,
cancellation: Option<&CancellationToken>,
) -> Option<Vec<Range>>Expand description
Parse one exactly mapped deferred annotation and return its identifier ranges.