D | _split_definitions_test.py | 93 def _protoc(proto_path, python_out, grpc_python_out_flag, grpc_python_out, argument 99 if python_out is not None: 100 args.append('--python_out={}'.format(python_out)) 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) [all …]
|