Home
last modified time | relevance | path

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

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