|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
| class | build_py |
| class | clean |
| class | test_conformance |
Functions | |
| def | GetVersion () |
| def | generate_proto (source, require=True) |
| def | GenerateUnittestProtos () |
| def | get_option_from_sys_argv (option_str) |
Variables | |
| protoc = os.environ['PROTOC'] | |
| list | ext_module_list = [] |
| string | warnings_as_errors = '--warnings_as_errors' |
| def | compile_static_ext = get_option_from_sys_argv('--compile_static_extension') |
| list | extra_compile_args |
| list | libraries = ['protobuf'] |
| extra_objects = None | |
| target | |
| list | install_requires = ['six>=1.9', 'setuptools'] |
| name | |
| version | |
| description | |
| long_description | |
| url | |
| maintainer | |
| maintainer_email | |
| license | |
| classifiers | |
| namespace_packages | |
| packages | |
| test_suite | |
| cmdclass | |
| ext_modules | |
| console | |
| VERSION | |
| author | |
| author_email | |
| scripts | |
The Planet Feed Aggregator
| def setup.generate_proto | ( | source, | |
require = True |
|||
| ) |
Invokes the Protocol Compiler to generate a _pb2.py from the given .proto file. Does nothing if the output already exists and is newer than the input.
| def setup.GenerateUnittestProtos | ( | ) |
| def setup.get_option_from_sys_argv | ( | option_str | ) |
| def setup.GetVersion | ( | ) |
Gets the version from google/protobuf/__init__.py Do not import google.protobuf.__init__ directly, because an installed protobuf library may be loaded instead.
| setup.author |
| setup.author_email |
| setup.classifiers |
| setup.cmdclass |
| def setup.compile_static_ext = get_option_from_sys_argv('--compile_static_extension') |
| setup.console |
| setup.description |
| list setup.ext_module_list = [] |
| setup.ext_modules |
| list setup.extra_compile_args |
| list setup.extra_objects = None |
| setup.install_requires = ['six>=1.9', 'setuptools'] |
| setup.libraries = ['protobuf'] |
| setup.license |
| setup.long_description |
| setup.maintainer |
| setup.maintainer_email |
| setup.name |
| setup.namespace_packages |
| setup.packages |
| string setup.protoc = os.environ['PROTOC'] |
| setup.scripts |
| setup.target |
| setup.test_suite |
| setup.url |
| setup.VERSION |
| setup.version |
| string setup.warnings_as_errors = '--warnings_as_errors' |
1.8.13