Searched defs:is_python (Results 1 – 8 of 8) sorted by relevance
89 is_python = pysource.looks_like_python variable94 is_python = pysource.can_be_compiled variable
91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
88 is_python = pysource.looks_like_python variable93 is_python = pysource.can_be_compiled variable
26 def is_python(cell): function
101 def is_python(self, path): member in CGIHTTPRequestHandler
1029 def is_python(self, path): member in CGIHTTPRequestHandler
1909 def is_python(text, filename='<string>'): function