Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c182 meth_get__self__(PyCFunctionObject *m, void *closure) in meth_get__self__() function
197 {"__self__", (getter)meth_get__self__, NULL, NULL},
/external/python/cpython2/Objects/
Dmethodobject.c172 meth_get__self__(PyCFunctionObject *m, void *closure) in meth_get__self__() function
190 {"__self__", (getter)meth_get__self__, NULL, NULL},