Searched refs:method_get_doc (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Objects/ |
D | classobject.c | 116 method_get_doc(PyMethodObject *im, void *context) in method_get_doc() function 128 {"__doc__", (getter)method_get_doc, NULL, NULL},
|
D | descrobject.c | 401 method_get_doc(PyMethodDescrObject *descr, void *closure) in method_get_doc() function 470 {"__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},
|