Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dclassobject.c160 method_get_doc(PyMethodObject *im, void *context) in method_get_doc() function
172 {"__doc__", (getter)method_get_doc, NULL, NULL},
Ddescrobject.c561 method_get_doc(PyMethodDescrObject *descr, void *closure) in method_get_doc() function
629 {"__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},
/external/python/cpython3/Tools/c-analyzer/
DTODO198 Objects/classobject.c:method_get_doc():docstr static PyObject *docstr
Dknown.tsv213 Objects/classobject.c method_get_doc docstr variable static PyObject *docstr