Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/fetchers/
D__init__.py30 name_blocklist = ['__init__', 'core'] variable
35 if file.suffix == '.py' and file.stem not in name_blocklist: