Home
last modified time | relevance | path

Searched refs:module_docstring (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc62 static const char module_docstring[] = variable
79 module_docstring,
98 m = Py_InitModule3("_message", ModuleMethods, module_docstring); in INITFUNC()