Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_collectionsmodule.c2266 PyObject *bound_get = NULL; in _count_elements() local
2333 bound_get = _PyObject_GetAttrId(mapping, &PyId_get); in _count_elements()
2334 if (bound_get == NULL) in _count_elements()
2341 oldval = PyObject_CallFunctionObjArgs(bound_get, key, _PyLong_Zero, NULL); in _count_elements()
2359 Py_XDECREF(bound_get); in _count_elements()