Searched refs:method_get_doc (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Objects/ |
D | classobject.c | 160 method_get_doc(PyMethodObject *im, void *context) in method_get_doc() function 172 {"__doc__", (getter)method_get_doc, NULL, NULL},
|
D | descrobject.c | 561 method_get_doc(PyMethodDescrObject *descr, void *closure) in method_get_doc() function 629 {"__doc__", (getter)method_get_doc},
|
/external/python/cpython2/Objects/ |
D | descrobject.c | 350 method_get_doc(PyMethodDescrObject *descr, void *closure) in method_get_doc() function 366 {"__doc__", (getter)method_get_doc},
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 198 Objects/classobject.c:method_get_doc():docstr static PyObject *docstr
|
D | known.tsv | 213 Objects/classobject.c method_get_doc docstr variable static PyObject *docstr
|