Searched refs:instancemethod_get_doc (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/ |
D | classobject.c | 408 instancemethod_get_doc(PyObject *self, void *context) in instancemethod_get_doc() function 420 {"__doc__", (getter)instancemethod_get_doc, NULL, NULL},
|
/external/python/cpython2/Objects/ |
D | classobject.c | 2302 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/ |
D | TODO | 197 Objects/classobject.c:instancemethod_get_doc():docstr static PyObject *docstr
|
D | known.tsv | 214 Objects/classobject.c instancemethod_get_doc docstr variable static PyObject *docstr
|