Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddictobject.c3454 dict_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dict_new() function
3495 PyObject *self = dict_new((PyTypeObject *)type, NULL, NULL); in dict_vectorcall()
3574 dict_new, /* tp_new */