\ Recursively yield all Python source files below the given paths. paths: a list of files and/or directories to be checked. is_python: a function that takes a file name and checks whether it is a Python source file exclude_dirs: a list of directory base names that sho
(paths, is_python=looks_like_python, exclude_dirs=None)
source not stored for this graph (policy: none)
no test coverage detected