Home
last modified time | relevance | path

Searched defs:is_python (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dfindnocoding.py89 is_python = pysource.looks_like_python variable
94 is_python = pysource.can_be_compiled variable
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
/external/python/cpython2/Tools/scripts/
Dfindnocoding.py88 is_python = pysource.looks_like_python variable
93 is_python = pysource.can_be_compiled variable
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
/external/tensorflow/tensorflow/tools/compatibility/
Dipynb.py26 def is_python(cell): function
/external/python/cpython2/Lib/
DCGIHTTPServer.py101 def is_python(self, path): member in CGIHTTPRequestHandler
/external/python/cpython3/Lib/http/
Dserver.py1029 def is_python(self, path): member in CGIHTTPRequestHandler
/external/python/setuptools/setuptools/command/
Deasy_install.py1909 def is_python(text, filename='<string>'): function