Searched refs:meth_get__name__ (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | methodobject.c | 158 meth_get__name__(PyCFunctionObject *m, void *closure) in meth_get__name__() function 189 {"__name__", (getter)meth_get__name__, NULL, NULL},
|
/external/python/cpython3/Objects/ |
D | methodobject.c | 209 meth_get__name__(PyCFunctionObject *m, void *closure) in meth_get__name__() function 272 {"__name__", (getter)meth_get__name__, NULL, NULL},
|