Home
last modified time | relevance | path

Searched refs:compile_and_import (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py90 def compile_and_import(proto_files: Iterable[PathOrStr], function
118 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)
/external/pigweed/pw_protobuf_compiler/py/
Dpython_protos_test.py117 for m in python_protos.compile_and_import(self._protos)
139 python_protos.compile_and_import(self._protos))