webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
webkitpy.common.find_files Namespace Reference

Functions

def find (filesystem, base_dir, paths=None, skipped_directories=None, file_filter=None, directory_sort_key=None)
 

Function Documentation

◆ find()

def webkitpy.common.find_files.find (   filesystem,
  base_dir,
  paths = None,
  skipped_directories = None,
  file_filter = None,
  directory_sort_key = None 
)
Finds the set of tests under a given list of sub-paths.

Args:
  paths: a list of path expressions relative to base_dir
      to search. Glob patterns are ok, as are path expressions with
      forward slashes on Windows. If paths is empty, we look at
      everything under the base_dir.