Searched refs:PythonPackage (Results 1 – 4 of 4) sorted by relevance
171 class PythonPackage(NamedTuple): class181 def all_python_packages(repo: PathOrStr = '.') -> Iterator[PythonPackage]:212 yield PythonPackage(py_dir, py_dir / common_dir, packaged_files,218 repo: PathOrStr = '.') -> Tuple[List[PythonPackage], List[Path]]:226 packages: Set[PythonPackage] = set()
36 from pw_presubmit.git_repo import PythonPackage57 packages: List[PythonPackage] = []94 packages: List[PythonPackage] = []
120 class PythonPackage: class158 PythonPackage(),
126 class PythonPackage: class164 PythonPackage(),