Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c758 PyObject *bound_method = PyObject_GetAttrString(obj, "__format__"); local
759 if (bound_method != NULL) {
760 result = PyObject_CallFunctionObjArgs(bound_method,
763 Py_DECREF(bound_method);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c758 PyObject *bound_method = PyObject_GetAttrString(obj, "__format__"); local
759 if (bound_method != NULL) {
760 result = PyObject_CallFunctionObjArgs(bound_method,
763 Py_DECREF(bound_method);