Searched refs:snippet_roots (Results 1 – 3 of 3) sorted by relevance
247 def find_snippets_in_roots(requested_snippets, snippet_roots) -> Snippets: argument258 for root in snippet_roots:
1073 self.snippet_roots = [Path(ZEPHYR_BASE)]1078 self.snippet_roots.append(Path(module.project) / snippet_root)
982 [*self.env.snippet_roots, Path(ts.source_dir)]