Skip to main content

discover_python_files_excluding

Function discover_python_files_excluding 

Source
pub fn discover_python_files_excluding(
    root: &Utf8Path,
    extra_excludes: &[String],
) -> Vec<Utf8PathBuf>
Expand description

Like discover_python_files, but also prunes extra_excludes directory names (in addition to the builtin denylist) — used to honor a project’s .mollifyrc.json exclude_dirs.