Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dclassobject.c408 instancemethod_get_doc(PyObject *self, void *context) in instancemethod_get_doc() function
420 {"__doc__", (getter)instancemethod_get_doc, NULL, NULL},
/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},
/external/python/cpython3/Tools/c-analyzer/
DTODO197 Objects/classobject.c:instancemethod_get_doc():docstr static PyObject *docstr
Dknown.tsv214 Objects/classobject.c instancemethod_get_doc docstr variable static PyObject *docstr