Home
last modified time | relevance | path

Searched refs:m_doc (Results 1 - 25 of 54) sorted by relevance

123

/third_party/python/Doc/includes/
H A Dcustom.c22 .m_doc = "Example module that creates an extension type.",
H A Dsublist.c45 .m_doc = "Example module that creates an extension type.",
H A Dcustom2.c115 .m_doc = "Example module that creates an extension type.",
H A Dcustom4.c180 .m_doc = "Example module that creates an extension type.",
H A Dcustom3.c166 .m_doc = "Example module that creates an extension type.",
/third_party/python/Modules/
H A D_opcode.c105 .m_doc = "Opcode support module.",
H A Dspwdmodule.c247 .m_doc = spwd__doc__,
H A D_testmultiphase.c436 PyDoc_STR("Test module " name), /* m_doc */ \
538 PyDoc_STR("Module named in Czech"), /* m_doc */
556 PyDoc_STR("Module named in Japanese"), /* m_doc */
857 .m_doc = PyDoc_STR("Module testing access"
872 .m_doc = PyDoc_STR("Regression Test module for single-phase init."),
H A D_bisectmodule.c331 .m_doc = module_doc,
H A Dgrpmodule.c350 .m_doc = grp__doc__,
H A Datexitmodule.c281 .m_doc = atexit__doc__,
H A Dpwdmodule.c357 .m_doc = pwd__doc__,
H A Dxxlimited.c421 .m_doc = module_doc,
H A D_queuemodule.c441 .m_doc = queue_module_doc,
H A D_stat.c622 .m_doc = module_doc,
H A D_gdbmmodule.c776 .m_doc = gdbmmodule__doc__,
H A Dnismodule.c515 .m_doc = nis__doc__,
H A Dfcntlmodule.c686 .m_doc = module_doc,
H A Derrnomodule.c961 .m_doc = errno__doc__,
H A D_abc.c958 .m_doc = _abc__doc__,
/third_party/python/Objects/
H A Dmoduleobject.c249 if (module->m_doc != NULL) { in _PyModule_CreateInitialized()
250 if (PyModule_SetDocString((PyObject *) m, module->m_doc) != 0) { in _PyModule_CreateInitialized()
367 if (def->m_doc != NULL) { in PyModule_FromDefAndSpec2()
368 ret = PyModule_SetDocString(m, def->m_doc); in PyModule_FromDefAndSpec2()
/third_party/python/Modules/_multiprocessing/
H A Dposixshmem.c116 .m_doc = "POSIX shared memory module",
/third_party/python/Include/
H A Dmoduleobject.h77 const char* m_doc; member
/third_party/python/Modules/_blake2/
H A Dblake2module.c136 .m_doc = blake2mod__doc__,
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c165 .m_doc = "A parser.",

Completed in 14 milliseconds

123