Lines Matching defs:found
221 found = set()
233 if template not in found:
234 found.add(template)
235 return sorted(found)
293 assert spec is not None, "An import spec was not found for the package."
295 assert loader is not None, "A loader was not found for the package."
538 specified. If a template could not be found by one loader the next one
578 found = set()
580 found.update(loader.list_templates())
581 return sorted(found)