Home
last modified time | relevance | path

Searched refs:method_get_doc (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dclassobject.c116 method_get_doc(PyMethodObject *im, void *context) in method_get_doc() function
128 {"__doc__", (getter)method_get_doc, NULL, NULL},
Ddescrobject.c401 method_get_doc(PyMethodDescrObject *descr, void *closure) in method_get_doc() function
470 {"__doc__", (getter)method_get_doc},
/external/python/cpython2/Objects/
Ddescrobject.c350 method_get_doc(PyMethodDescrObject *descr, void *closure) in method_get_doc() function
366 {"__doc__", (getter)method_get_doc},