Searched refs:bound_get (Results 1 – 1 of 1) sorted by relevance
2294 PyObject *bound_get = NULL; in _collections__count_elements_impl() local2358 bound_get = _PyObject_GetAttrId(mapping, &PyId_get); in _collections__count_elements_impl()2359 if (bound_get == NULL) in _collections__count_elements_impl()2366 oldval = PyObject_CallFunctionObjArgs(bound_get, key, _PyLong_Zero, NULL); in _collections__count_elements_impl()2384 Py_XDECREF(bound_get); in _collections__count_elements_impl()