MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / walk_python_files

Function walk_python_files

Tools/scripts/pysource.py:91–121  ·  view source on GitHub ↗

\ 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

pysource.pyFile · 0.85

Calls 6

print_debugFunction · 0.85
walkMethod · 0.80
isfileMethod · 0.45
isdirMethod · 0.45
removeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected