D | _split_definitions_test.py | 93 def _protoc(proto_path, python_out, grpc_python_out_flag, grpc_python_out, argument 97 '--proto_path={}'.format(proto_path), 116 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 117 return (_protoc(proto_path, python_out, 'grpc_1_0', python_out, 129 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 130 return (_protoc(proto_path, python_out, 'grpc_2_0', python_out, 142 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 143 pb2_protoc_exit_code = _protoc(proto_path, python_out, None, None, 146 proto_path, None, 'grpc_2_0', python_out, absolute_proto_file_names) 158 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument [all …]
|