Searched refs:refs (Results 1 – 1 of 1) sorted by relevance
175 def check_file(self, refs, found): argument181 for names in refs:238 refs = []241 refs.append(ref)245 yield refs247 refs = []249 yield refs321 for refs in self.get_fileref(all_refs, chunk_size):322 if refs:324 f_list.append(exe.submit(self.check_file, refs, found))
Completed in 2 milliseconds