Go to the source code of this file.
Classes | |
class | setup.BuildExt |
Namespaces | |
setup | |
Functions | |
def | setup._env_bool_value (env_name, default) |
def | setup.check_linker_need_libatomic () |
def | setup.extension_modules () |
Variables | |
setup._EXT_INIT_SYMBOL = None | |
list | setup.CC_FILES = [os.path.normpath(cc_file) for cc_file in protoc_lib_deps.CC_FILES] |
setup.CC_INCLUDE = os.path.normpath(protoc_lib_deps.CC_INCLUDE) | |
string | setup.GRPC_PYTHON_PROTO_RESOURCES_NAME = '_proto' |
string | setup.GRPC_PYTHON_TOOLS_PACKAGE = 'grpc_tools' |
setup.package_data | |
list | setup.PROTO_FILES |
setup.PROTO_INCLUDE = os.path.normpath(protoc_lib_deps.PROTO_INCLUDE) | |