Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c127 meth_get__doc__(PyCFunctionObject *m, void *closure) in meth_get__doc__() function
194 {"__doc__", (getter)meth_get__doc__, NULL, NULL},
/external/python/cpython2/Objects/
Dmethodobject.c147 meth_get__doc__(PyCFunctionObject *m, void *closure) in meth_get__doc__() function
188 {"__doc__", (getter)meth_get__doc__, NULL, NULL},