Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_collectionsmodule.c2292 PyObject *mapping_get; in _collections__count_elements_impl() local
2305 mapping_get = _PyType_Lookup(Py_TYPE(mapping), &_Py_ID(get)); in _collections__count_elements_impl()
2310 if (mapping_get != NULL && mapping_get == dict_get && in _collections__count_elements_impl()
/third_party/python/Lib/collections/
H A D__init__.py525 mapping_get = mapping.get
527 mapping[elem] = mapping_get(elem, 0) + 1

Completed in 6 milliseconds