Expand description
Python’s semantic diagnostics: conservative unresolved-name reporting.
The analyzer facts this needs are the PythonSource the import
resolver already takes, plus a BoundedDefinitionLookup for “is this fqn
indexed”. analyzer/python/diagnostics.rs in brokk-bifrost-analysis keeps
the downcast that produces them.
Structs§
Constants§
Functions§
- collect_
python_ semantic_ diagnostics - Collect conservative Python unresolved-name diagnostics.