Go to the source code of this file.
Classes | |
class | grpc_tools.protoc.ProtoFinder |
class | grpc_tools.protoc.ProtoLoader |
Namespaces | |
grpc_tools.protoc | |
Functions | |
def | grpc_tools.protoc._maybe_install_proto_finders () |
def | grpc_tools.protoc._module_name_to_proto_file (suffix, module_name) |
def | grpc_tools.protoc._proto_file_to_module_name (suffix, proto_file) |
def | grpc_tools.protoc._protos (protobuf_path) |
def | grpc_tools.protoc._protos_and_services (protobuf_path) |
def | grpc_tools.protoc._services (protobuf_path) |
def | grpc_tools.protoc.main (command_arguments) |
Variables | |
string | grpc_tools.protoc._DISABLE_DYNAMIC_STUBS = "GRPC_PYTHON_DISABLE_DYNAMIC_STUBS" |
bool | grpc_tools.protoc._FINDERS_INSTALLED = False |
grpc_tools.protoc._FINDERS_INSTALLED_LOCK = threading.Lock() | |
dictionary | grpc_tools.protoc._proto_code_cache = {} |
grpc_tools.protoc._proto_code_cache_lock = threading.RLock() | |
string | grpc_tools.protoc._PROTO_MODULE_SUFFIX = "_pb2" |
string | grpc_tools.protoc._SERVICE_MODULE_SUFFIX = "_pb2_grpc" |
grpc_tools.protoc.proto_include = pkg_resources.resource_filename('grpc_tools', '_proto') | |