Searched refs:compile_and_import (Results 1 – 2 of 2) sorted by relevance
90 def compile_and_import(proto_files: Iterable[PathOrStr], function118 return next(iter(compile_and_import([proto_file], includes, output_dir)))139 yield from compile_and_import(protos, includes, output_dir)287 modules += compile_and_import(paths)
117 for m in python_protos.compile_and_import(self._protos)139 python_protos.compile_and_import(self._protos))