Home
last modified time | relevance | path

Searched defs:tp_doc (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/includes/
Dtypestruct.h36 const char *tp_doc; /* Documentation string */ member
/third_party/python/Include/cpython/
Dobject.h228 const char *tp_doc; /* Documentation string */ member
/third_party/python/Objects/
Dtypeobject.c2689 char *tp_doc; in type_new() local
3020 char *tp_doc = PyObject_MALLOC(len); in PyType_FromModuleAndSpec() local