Searched refs:mapping_get (Results 1 – 2 of 2) sorted by relevance
2295 PyObject *mapping_get; in _collections__count_elements_impl() local2307 mapping_get = _PyType_LookupId(Py_TYPE(mapping), &PyId_get); in _collections__count_elements_impl()2312 if (mapping_get != NULL && mapping_get == dict_get && in _collections__count_elements_impl()
521 mapping_get = mapping.get523 mapping[elem] = mapping_get(elem, 0) + 1