Go to the source code of this file.
◆ INITFUNC
#define INITFUNC init_message |
◆ INITFUNC_ERRORVAL
#define INITFUNC_ERRORVAL |
◆ 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 62 of file message_module.cc.
◆ ModuleMethods
PyMethodDef ModuleMethods[] |
|
static |
Initial value:= {
{"SetAllowOversizeProtos",
"Enable/disable oversize proto parsing."},
Definition at line 69 of file message_module.cc.