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