Lines Matching refs:_files
888 self._files = {}
894 self._files[path.casefold()] = list(lines or ())
943 return path.casefold() in self._files
949 return path in self._files and path.rpartition(".")[2] == "py".casefold()
955 return path in self._files and path.rpartition(".")[2] == "exe".casefold()
962 return self._files[path.casefold()]
1063 self._files = {}
1070 self._files[path] = list(lines or ())
1117 return path in self._files
1122 return path in self._files and path.rpartition(".")[2] == "py"
1134 return self._files[path]