Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 2 of 2) sorted by relevance

/build/tools/component_tools/static_check/gn_check/
Dgn_common_tools.py28 def contains_keywords(key_words: tuple, target: str) -> bool:
40 black_keywords: tuple = tuple(),
41 black_dirs: tuple = tuple()) -> set:
64 excludes: tuple = tuple(),
65 black_keyword: tuple = tuple(),
Dcheck_gn.py41 def __init__(self, ohos_root: str, black_dir: tuple = tuple(), check_path='') -> None: