Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Lib/http/
Dserver.py1031 def is_python(self, path): member in CGIHTTPRequestHandler
/third_party/boost/tools/quickbook/src/
Dcode_snippet.cpp345 bool is_python = extension == ".py" || extension == ".jam"; in load_snippets() local