Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Dtypestruct.h36 const char *tp_doc; /* Documentation string */ member
/external/python/cpython3/Include/cpython/
Dobject.h182 const char *tp_doc; /* Documentation string */ member
/external/python/cpython3/Objects/
Dtypeobject.c3832 char *tp_doc = (char *)PyMem_Malloc(size); in type_new_set_doc() local
4439 char *tp_doc = NULL; in _PyType_FromMetaclass_impl() local