Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c387 instancemethod_get_doc(PyObject *self, void *context) in instancemethod_get_doc() function
394 {"__doc__", (getter)instancemethod_get_doc, NULL, NULL},
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c2302 instancemethod_get_doc(PyMethodObject *im, void *context) in instancemethod_get_doc() function
2314 {"__doc__", (getter)instancemethod_get_doc, NULL, NULL},
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO153 Objects/classobject.c:instancemethod_get_doc():docstr static PyObject *docstr