Home
last modified time | relevance | path

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

/external/autotest/metadata/utils/
Dcontrol_files.py137 fname = _extract_main_file(path, module)
145 def _extract_main_file(path: str, module: ast.Module) -> Optional[str]: function