Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dtypestruct.h35 char *tp_doc; /* Documentation string */ member
/external/python/cpython2/Include/
Dobject.h358 const char *tp_doc; /* Documentation string */ member
/external/python/cpython2/Objects/
Dtypeobject.c2418 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local