Searched refs:_extract_main_package (Results 1 – 1 of 1) sorted by relevance
59 main_package=_extract_main_package(path, module) or '',136 def _extract_main_package(path: str, module: ast.Module) -> Optional[str]: function