Home
last modified time | relevance | path

Searched refs:is_python (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
107 if is_python(path):
118 if is_python(fullpath):
129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):
Dfindnocoding.py86 is_python = pysource.looks_like_python variable
91 is_python = pysource.can_be_compiled variable
99 for fullpath in pysource.walk_python_files(args, is_python):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DCGIHTTPServer.py99 def is_python(self, path): member in CGIHTTPRequestHandler
145 ispy = self.is_python(scriptname)
260 if self.is_python(scriptfile):