Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dtypestruct.h35 char *tp_doc; /* Documentation string */ member
/external/python/cpython3/Doc/includes/
Dtypestruct.h36 const char *tp_doc; /* Documentation string */ member
/external/python/cpython2/Include/
Dobject.h358 const char *tp_doc; /* Documentation string */ member
/external/python/cpython3/Include/
Dobject.h381 const char *tp_doc; /* Documentation string */ member
/external/python/cpython3/Objects/
Dtypeobject.c2666 char *tp_doc; in type_new() local
2939 char *tp_doc = PyObject_MALLOC(len); in PyType_FromSpecWithBases() local
/external/python/cpython2/Objects/
Dtypeobject.c2421 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local