Searched defs:tp_doc (Results 1 – 10 of 10) sorted by relevance
35 char *tp_doc; /* Documentation string */ member
36 const char *tp_doc; /* Documentation string */ member
183 const char *tp_doc; /* Documentation string */ member
358 const char *tp_doc; /* Documentation string */ member
2896 char *tp_doc = (char *)PyObject_Malloc(size); in type_new_set_doc() local3544 char *tp_doc = PyObject_Malloc(len); in PyType_FromModuleAndSpec() local
2421 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local