pub fn parse_python_import_infos(source: &str) -> Vec<ImportInfo>Expand description
Parse the structured import facts for a Python document without executing it. LSP model binding uses the same AST-derived representation as the analyzer so external APIs are never selected by a terminal-name scan.