Home
last modified time | relevance | path

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

/external/python/cpython3/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.py89 is_python = pysource.looks_like_python variable
94 is_python = pysource.can_be_compiled variable
102 for fullpath in pysource.walk_python_files(args, is_python):
/external/python/cpython2/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.py88 is_python = pysource.looks_like_python variable
93 is_python = pysource.can_be_compiled variable
101 for fullpath in pysource.walk_python_files(args, is_python):
/external/tensorflow/tensorflow/tools/compatibility/
Dipynb.py33 def is_python(cell): function
118 if is_python(cell):
167 if not is_python(cell):
/external/oss-fuzz/infra/
Dpresubmit.py276 def is_python(path): function
284 paths = [path for path in paths if is_python(path)]
299 paths = [path for path in paths if is_python(path)]
/external/python/cpython2/Lib/
DCGIHTTPServer.py101 def is_python(self, path): member in CGIHTTPRequestHandler
142 ispy = self.is_python(scriptname)
257 if self.is_python(scriptfile):
/external/python/cpython3/Lib/http/
Dserver.py1030 def is_python(self, path): member in CGIHTTPRequestHandler
1074 ispy = self.is_python(scriptname)
1187 if self.is_python(scriptfile):
/external/tensorflow/tensorflow/tools/docs/
Dparser.py404 is_python = False
408 is_python = True
410 if is_python: # Python symbol
/external/python/setuptools/setuptools/command/
Deasy_install.py1906 def is_python(text, filename='<string>'): function
1936 if is_python(script_text, filename):