pub fn parse_python_import_bindings(source: &str) -> Vec<PythonImportBinding>Expand description
Return source-ordered, parser-derived local bindings for explicit Python imports. The byte offset lets callers select the last visible binding rather than treating a whole document as one unordered import scope.