pub fn collect_python_semantic_diagnostics(
py: &dyn PythonSource,
support: &dyn BoundedDefinitionLookup,
environment: &dyn PythonEnvironmentSurface,
file: &ProjectFile,
source: &str,
) -> SemanticDiagnosticReportExpand description
Collect Python semantic diagnostics and the proof behind each one.