Searched refs:method_get_doc (Results 1 – 4 of 4) sorted by relevance
160 method_get_doc(PyMethodObject *im, void *context) in method_get_doc() function172 {"__doc__", (getter)method_get_doc, NULL, NULL},
559 method_get_doc(PyMethodDescrObject *descr, void *closure) in method_get_doc() function627 {"__doc__", (getter)method_get_doc},
193 Objects/classobject.c:method_get_doc():docstr static PyObject *docstr
2036 Objects/classobject.c method_get_doc docstr -