Home
last modified time | relevance | path

Searched refs:SCHEMA_PATH (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/
Dsnippets.py186 SCHEMA_PATH = str(Path(__file__).parent / 'schemas' / 'snippet-schema.yml') variable
187 with open(SCHEMA_PATH, 'r') as f: