Home
last modified time | relevance | path

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

/external/autotest/metadata/utils/
Dcontrol_files.py59 main_package=_extract_main_package(path, module) or '',
136 def _extract_main_package(path: str, module: ast.Module) -> Optional[str]: function