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:
1028 self.snippet_roots = [Path(ZEPHYR_BASE)]1033 self.snippet_roots.append(Path(module.project) / snippet_root)
1043 [*self.env.snippet_roots, Path(ts.source_dir)]