pub fn gate_python_source_with(
path: impl Into<PathBuf>,
source: &str,
surface: &BTreeSet<String>,
mode: SurfaceMatch,
) -> FileVerdictExpand description
Gate one Python source, choosing the surface-match strictness.
pub fn gate_python_source_with(
path: impl Into<PathBuf>,
source: &str,
surface: &BTreeSet<String>,
mode: SurfaceMatch,
) -> FileVerdictGate one Python source, choosing the surface-match strictness.