Home
last modified time | relevance | path

Searched defs:PathOrModule (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py254 PathOrModule = Union[str, Path, ModuleType] variable
276 def from_paths(cls, protos: Iterable[PathOrModule]) -> 'Library':