Name Description Size
__init__.py 68
walk_files.py Iterate through all files under the `root` directory. Use `dirs` to limit the search to only some subdirectories under `root`. All files and directories with names starting with `.` are ignored. To ignore other files, include a `.l10n-ignore` file in `root`, or some other location passed in as `ignorepath`. This file uses git-ignore syntax, and is always based in the `root` directory. 2413