#include <Python.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/pyext/descriptor.h>
#include <google/protobuf/pyext/descriptor_pool.h>
#include <google/protobuf/pyext/message.h>
#include <google/protobuf/pyext/message_factory.h>
#include <google/protobuf/proto_api.h>
Go to the source code of this file.
◆ PY_SSIZE_T_CLEAN
◆ PyInit__message()
PyMODINIT_FUNC PyInit__message |
( |
| ) |
|
◆ _module
struct PyModuleDef _module |
|
static |
◆ module_docstring
const char module_docstring[] |
|
static |
Initial value:=
"python-proto2 is a module that can be used to enhance proto2 Python API\n"
"performance.\n"
"\n"
"It provides access to the protocol buffers C++ reflection API that\n"
"implements the basic protocol buffer functions."
Definition at line 85 of file protobuf/python/google/protobuf/pyext/message_module.cc.
◆ ModuleMethods
PyMethodDef ModuleMethods[] |
|
static |