Searched refs:_extract_main_file (Results 1 – 1 of 1) sorted by relevance
137 fname = _extract_main_file(path, module)145 def _extract_main_file(path: str, module: ast.Module) -> Optional[str]: function