Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dclassobject.c2304 instancemethod_get_doc(PyMethodObject *im, void *context) in instancemethod_get_doc() function
2316 {"__doc__", (getter)instancemethod_get_doc, NULL, NULL},