#include <Python.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::python | |
Macros | |
#define | PY_SSIZE_T_CLEAN |
Functions | |
PyMODINIT_FUNC | google::protobuf::python::PyInit__api_implementation () |
Variables | |
static struct PyModuleDef | google::protobuf::python::_module |
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" |
#define PY_SSIZE_T_CLEAN |
Definition at line 31 of file protobuf/python/google/protobuf/internal/api_implementation.cc.