Home
last modified time | relevance | path

Searched refs:exclude_dirs (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
101 if exclude_dirs is None:
102 exclude_dirs=[]
112 for exclude in exclude_dirs: