Searched refs:bound_method (Results 1 – 3 of 3) sorted by relevance
366 bound_method = types.MethodType(370 self.assertEqual(inspect_utils.getmethodclass(bound_method), TestClass)
758 PyObject *bound_method = PyObject_GetAttrString(obj, "__format__"); local759 if (bound_method != NULL) {760 result = PyObject_CallFunctionObjArgs(bound_method,763 Py_DECREF(bound_method);
2061 bound_method = types_lib.MethodType(2098 tf_decorator.make_decorator(bound_method, bound_method_wrapper),