#include <Python.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::python | |
Macros | |
#define | INITFUNC init_api_implementation |
#define | INITFUNC_ERRORVAL |
Functions | |
PyMODINIT_FUNC | google::protobuf::python::INITFUNC () |
Variables | |
static int | google::protobuf::python::kImplVersion = -1 |
static const char * | google::protobuf::python::kImplVersionName = "api_version" |
static const char | google::protobuf::python::kModuleDocstring [] |
static const char * | google::protobuf::python::kModuleName = "_api_implementation" |
PyMODINIT_FUNC INITFUNC init_api_implementation |
Definition at line 93 of file api_implementation.cc.
#define INITFUNC_ERRORVAL |
Definition at line 94 of file api_implementation.cc.