HomeSort by relevance Sort by last modified time
    Searched refs:methoddescr_call (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
descrobject.c 210 methoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwds) function
438 (ternaryfunc)methoddescr_call, /* tp_call */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
descrobject.c 210 methoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwds) function
401 (ternaryfunc)methoddescr_call, /* tp_call */
    [all...]
  /external/python/cpython2/Objects/
descrobject.c 210 methoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwds) function
438 (ternaryfunc)methoddescr_call, /* tp_call */
    [all...]
  /external/python/cpython3/Objects/
descrobject.c 213 methoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwds) function
494 (ternaryfunc)methoddescr_call, /* tp_call */
    [all...]

Completed in 142 milliseconds