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.h226 const char *tp_doc; /* Documentation string */ member
/third_party/python/Objects/
Dtypeobject.c2883 char *tp_doc = (char *)PyObject_Malloc(size); in type_new_set_doc() local
3520 char *tp_doc = PyObject_Malloc(len); in PyType_FromModuleAndSpec() local