Skip to main content

discover_python_files

Function discover_python_files 

Source
pub fn discover_python_files(root: &Utf8Path) -> Vec<Utf8PathBuf>
Expand description

Walk root for *.py and *.ipynb files, honoring .gitignore and pruning [DEFAULT_EXCLUDE_DIRS] (plus any virtualenv detected via pyvenv.cfg). Deterministic order.