Skip to main content

collect_python_semantic_diagnostics

Function collect_python_semantic_diagnostics 

Source
pub fn collect_python_semantic_diagnostics(
    py: &dyn PythonSource,
    support: &dyn BoundedDefinitionLookup,
    environment: &dyn PythonEnvironmentSurface,
    file: &ProjectFile,
    source: &str,
) -> SemanticDiagnosticReport
Expand description

Collect Python semantic diagnostics and the proof behind each one.