Lines Matching full:refs
175 def check_file(self, refs, found): argument
181 for names in refs:
235 """Interactor to group refs into chunks"""
238 refs = []
241 refs.append(ref)
245 yield refs
247 refs = []
249 yield refs
321 for refs in self.get_fileref(all_refs, chunk_size):
322 if refs:
324 f_list.append(exe.submit(self.check_file, refs, found))