Go to the source code of this file.
Classes | |
class | setup.build_py |
class | setup.clean |
class | setup.test_conformance |
Namespaces | |
setup | |
Functions | |
def | setup.generate_proto (source, code_gen) |
def | setup.GenerateUnittestProtos () |
def | setup.get_option_from_sys_argv (option_str) |
def | setup.GetVersion () |
Variables | |
def | setup.compile_static_ext = get_option_from_sys_argv('--compile_static_extension') |
list | setup.ext_module_list = [] |
setup.ext_modules | |
list | setup.extra_compile_args = [] |
setup.extra_objects = None | |
list | setup.libraries = ['protobuf'] |
setup.mac_target = sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') | |
setup.namespace_packages | |
setup.protoc = os.environ['PROTOC'] | |
setup.target | |
setup.version | |
string | setup.warnings_as_errors = '--warnings_as_errors' |