Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c2406 dict_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dict_new() function
2496 dict_new, /* tp_new */
/external/python/cpython3/Objects/
Ddictobject.c3337 dict_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dict_new() function
3379 PyObject *self = dict_new((PyTypeObject *)type, NULL, NULL); in dict_vectorcall()
3457 dict_new, /* tp_new */