Searched defs:tp_doc (Results 1 – 6 of 6) sorted by relevance
35 char *tp_doc; /* Documentation string */ member
36 const char *tp_doc; /* Documentation string */ member
358 const char *tp_doc; /* Documentation string */ member
381 const char *tp_doc; /* Documentation string */ member
2666 char *tp_doc; in type_new() local2939 char *tp_doc = PyObject_MALLOC(len); in PyType_FromSpecWithBases() local
2421 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local