Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_collectionsmodule.c2267 PyObject *mapping_get; in _count_elements() local
2282 mapping_get = _PyType_LookupId(Py_TYPE(mapping), &PyId_get); in _count_elements()
2287 if (mapping_get != NULL && mapping_get == dict_get && in _count_elements()
/external/python/cpython3/Lib/collections/
D__init__.py488 mapping_get = mapping.get
490 mapping[elem] = mapping_get(elem, 0) + 1