34 #ifndef GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_H
35 #define GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_H
39 #include "src/compiler/config.h"
41 namespace grpc_python_generator {
46 grpc::string implementations_package_root;
54 bool Generate(
const grpc::protobuf::FileDescriptor* file,
55 const grpc::string& parameter,
56 grpc::protobuf::compiler::GeneratorContext* context,
57 grpc::string* error)
const;
62 std::pair<bool, grpc::string> GetServices(
63 const grpc::protobuf::FileDescriptor* file,
68 #endif // GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_H
Definition: python_generator.h:45
Definition: python_generator.h:49