Searched refs:pysource (Results 1 – 6 of 6) sorted by relevance
14 import pysource17 class pysource: class28 pysource = pysource() variable88 is_python = pysource.looks_like_python93 is_python = pysource.can_be_compiled101 for fullpath in pysource.walk_python_files(args, is_python):
56 pysource.py Find Python source files
14 import pysource17 class pysource: class28 pysource = pysource() variable89 is_python = pysource.looks_like_python94 is_python = pysource.can_be_compiled102 for fullpath in pysource.walk_python_files(args, is_python):
57 pysource.py Find Python source files
2137 - Added two new files to Tools/scripts: pysource.py, which recursively
19521 - Added two new files to Tools/scripts: pysource.py, which recursively