Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py124 python_out, argument
152 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
171 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
190 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
207 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
/third_party/protobuf/src/google/protobuf/compiler/python/
Dplugin_unittest.cc80 std::string python_out = absl::StrCat("--python_out=", ::testing::TempDir()); in TEST() local