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. Deterministic order.