Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_collectionsmodule.c2294 PyObject *bound_get = NULL; in _collections__count_elements_impl() local
2358 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()