Searched refs:bound_method (Results 1 – 2 of 2) sorted by relevance
758 PyObject *bound_method = PyObject_GetAttrString(obj, "__format__"); local759 if (bound_method != NULL) {760 result = PyObject_CallFunctionObjArgs(bound_method,763 Py_DECREF(bound_method);