Home
last modified time | relevance | path

Searched refs:pysource (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/scripts/
H A Dfindnocoding.py12 # our pysource module finds Python source files
14 import pysource namespace
17 class pysource: class
28 pysource = pysource() variable
31 print("The pysource module is not available; "
89 is_python = pysource.looks_like_python
94 is_python = pysource.can_be_compiled
102 for fullpath in pysource.walk_python_files(args, is_python):

Completed in 1 milliseconds