Skip to main content

gate_python_source_with

Function gate_python_source_with 

Source
pub fn gate_python_source_with(
    path: impl Into<PathBuf>,
    source: &str,
    surface: &BTreeSet<String>,
    mode: SurfaceMatch,
) -> FileVerdict
Expand description

Gate one Python source, choosing the surface-match strictness.