Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgit_repo.py171 class PythonPackage(NamedTuple): class
181 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()
Dpython_checks.py36 from pw_presubmit.git_repo import PythonPackage
57 packages: List[PythonPackage] = []
94 packages: List[PythonPackage] = []
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dpackage_targets.py120 class PythonPackage: class
158 PythonPackage(),
/external/grpc-grpc/tools/run_tests/artifacts/
Dpackage_targets.py126 class PythonPackage: class
164 PythonPackage(),