Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Ddescrobject.c.h6 mappingproxy_new_impl(PyTypeObject *type, PyObject *mapping);
24 return_value = mappingproxy_new_impl(type, mapping); in mappingproxy_new()
/third_party/python/Objects/
Ddescrobject.c1215 mappingproxy_new_impl(PyTypeObject *type, PyObject *mapping) in mappingproxy_new_impl() function