Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dclassobject.c463 instancemethod_call(PyObject *self, PyObject *arg, PyObject *kw) in instancemethod_call() function
586 instancemethod_call, /* tp_call */
/external/python/cpython2/Objects/
Dclassobject.c2547 instancemethod_call(PyObject *func, PyObject *arg, PyObject *kw) in instancemethod_call() function
2646 instancemethod_call, /* tp_call */
/external/python/cpython2/Doc/howto/
Ddescriptor.rst317 function. The actual C implementation of :func:`instancemethod_call()` is only