Searched refs:iglob (Results 1 – 2 of 2) sorted by relevance
301 … yamls_found = [yaml for yaml in glob.iglob(head + '/**/testcase.yaml', recursive=True)]302 … yamls_found.extend([yaml for yaml in glob.iglob(head + '/**/sample.yaml', recursive=True)])
553 from glob import iglob2986 filenames = sorted(iglob(join(self._srctree_prefix, pattern)))