Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_collectionsmodule.c2295 PyObject *mapping_get; in _collections__count_elements_impl() local
2307 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()
/external/python/cpython3/Lib/collections/
D__init__.py521 mapping_get = mapping.get
523 mapping[elem] = mapping_get(elem, 0) + 1