Searched refs:PathOrModule (Results 1 – 2 of 2) sorted by relevance
253 PathOrModule = Union[str, Path, ModuleType] variable275 def from_paths(cls, protos: Iterable[PathOrModule]) -> 'Library': argument
126 paths_or_modules: Union[Iterable[python_protos.PathOrModule], argument